зеркало из https://github.com/microsoft/com-rs.git
Fix test
This commit is contained in:
Родитель
f757860a28
Коммит
abacd5b75c
|
@ -3,6 +3,7 @@ name = "macros"
|
|||
version = "0.1.0"
|
||||
authors = ["adrianwithah <lim.weiheng.hadrian@gmail.com>"]
|
||||
edition = "2018"
|
||||
autotests = false
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
|
|
@ -3,5 +3,5 @@ extern crate trybuild;
|
|||
#[test]
|
||||
fn test_com_interface() {
|
||||
let t = trybuild::TestCases::new();
|
||||
t.compile_fail("tests/*.rs");
|
||||
t.compile_fail("tests/no_supertrait.rs");
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче