diff --git a/tests/tests.rs b/tests/tests.rs index b5d480c7ae..9fb88a1bba 100644 --- a/tests/tests.rs +++ b/tests/tests.rs @@ -3,5 +3,5 @@ use trybuild::TestCases; #[test] fn ui() { let t = TestCases::new(); - t.compile_fail("ui/single/*.rs"); + t.compile_fail("ui/*.rs"); }