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