rtic/rtic-macros/tests/ui.rs

8 lines
107 B
Rust
Raw Normal View History

use trybuild::TestCases;
#[test]
fn ui() {
let t = TestCases::new();
t.compile_fail("ui/*.rs");
}