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