mlua/tests/compile_fail.rs

7 lines
132 B
Rust
Raw Normal View History

2019-10-16 09:59:40 -04:00
#[test]
2020-01-27 16:56:13 -05:00
#[ignore]
2019-10-16 09:59:40 -04:00
fn test_compile_fail() {
let t = trybuild::TestCases::new();
t.compile_fail("tests/compile_fail/*.rs");
}