Update the tests file to find the tests

This commit is contained in:
Henrik Tjäder 2021-01-21 10:17:33 +01:00
parent a5795a8f45
commit 48613f568b

View file

@ -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");
}