rhai/codegen/tests/ui_tests.rs

9 lines
149 B
Rust
Raw Normal View History

2020-08-22 05:49:15 +02:00
#![cfg(test)]
mod ui_tests {
#[test]
fn all() {
let t = trybuild::TestCases::new();
t.compile_fail("ui_tests/*.rs");
}
}