mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Update the tests file to find the tests
This commit is contained in:
parent
a5795a8f45
commit
48613f568b
1 changed files with 1 additions and 1 deletions
|
@ -3,5 +3,5 @@ use trybuild::TestCases;
|
||||||
#[test]
|
#[test]
|
||||||
fn ui() {
|
fn ui() {
|
||||||
let t = TestCases::new();
|
let t = TestCases::new();
|
||||||
t.compile_fail("ui/single/*.rs");
|
t.compile_fail("ui/*.rs");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue