test-token/teto_macros/tests/ui.rs

7 lines
144 B
Rust
Raw Normal View History

2024-08-30 22:50:03 -07:00
#[test]
fn ui() {
let t = trybuild::TestCases::new();
t.compile_fail("tests/ui/compile_fail/*.rs");
2024-10-01 20:53:32 -07:00
t.pass("tests/ui/pass/*.rs");
2024-08-30 22:50:03 -07:00
}