1
0
Fork 0
mirror of https://github.com/rtic-rs/rtic.git synced 2025-02-15 12:58:38 +01:00
rtic/tests/tests.rs
2021-03-03 08:55:23 +01:00

7 lines
107 B
Rust

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