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