xref: /DragonOS/kernel/crates/intertrait/tests/run.rs (revision a8753f8fffb992e4d3bbd21eda431081b395af6b)
1 #[test]
2 fn tests() {
3     let t = trybuild::TestCases::new();
4     t.compile_fail("tests/ui/*.rs");
5 }
6