mirror of
https://github.com/bevyengine/bevy
synced 2025-01-01 07:48:51 +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");
|
||
|
}
|