mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-27 14:04:56 +01:00
7 lines
114 B
Rust
7 lines
114 B
Rust
use trybuild::TestCases;
|
|
|
|
#[test]
|
|
fn ui() {
|
|
let t = TestCases::new();
|
|
t.compile_fail("ui/single/*.rs");
|
|
}
|