aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests.rs')
-rw-r--r--tests/tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tests.rs b/tests/tests.rs
index b5d480c..9fb88a1 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");
}