Move UI tests to separate tests file
This commit is contained in:
8
codegen/tests/ui_tests.rs
Normal file
8
codegen/tests/ui_tests.rs
Normal file
@@ -0,0 +1,8 @@
|
||||
#![cfg(test)]
|
||||
mod ui_tests {
|
||||
#[test]
|
||||
fn all() {
|
||||
let t = trybuild::TestCases::new();
|
||||
t.compile_fail("ui_tests/*.rs");
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user