mirror of
https://github.com/bevyengine/bevy
synced 2024-11-23 13:13:49 +00:00
6 lines
99 B
Rust
6 lines
99 B
Rust
|
#[test]
|
||
|
fn test() {
|
||
|
let t = trybuild::TestCases::new();
|
||
|
t.compile_fail("tests/ui/*.rs");
|
||
|
}
|