aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorHenrik Tjäder <henrik@grepit.se>2021-01-21 10:17:33 +0100
committerHenrik Tjäder <henrik@grepit.se>2021-03-03 08:55:23 +0100
commit48613f568b31a29e5c615b9ee59432c177d67b26 (patch)
tree03e80f60ad72983180407b6c9e4942b1b33d4fcd /tests
parenta5795a8f45f73099d88817fc8eb6c265689b862e (diff)
Update the tests file to find the tests
Diffstat (limited to 'tests')
-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");
}