rhai/codegen/tests/ui_tests.rs

9 lines
149 B
Rust
Raw Normal View History

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