rtic/tests/tests.rs
2021-03-03 08:55:19 +01:00

7 lines
114 B
Rust

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