Skip to content

Commit d76efdd

Browse files
committed
consolidate compile tests
1 parent 72545e9 commit d76efdd

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

gix-macros/tests/momo/mod.rs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -298,11 +298,5 @@ fn struct_fn() {
298298
#[test]
299299
fn ux() {
300300
let t = trybuild::TestCases::new();
301-
t.compile_fail("tests/momo/ux/error_on_struct.rs");
302-
}
303-
304-
#[test]
305-
fn ux_on_ineffective() {
306-
let t = trybuild::TestCases::new();
307-
t.compile_fail("tests/momo/ux/error_if_ineffective.rs");
301+
t.compile_fail("tests/momo/ux/*.rs");
308302
}

0 commit comments

Comments
 (0)