mlua/tests/compile_fail.rs

7 lines
143 B
Rust

#[cfg(not(windows))]
#[test]
fn test_compile_fail() {
let t = trybuild::TestCases::new();
t.compile_fail("tests/compile_fail/*.rs");
}