#[test]
#[cfg(not(target_os = "windows"))]
fn syntax_error() {
let t = trybuild::TestCases::new();
t.compile_fail("tests/error/fn_body_in_dependencies.rs");
t.compile_fail("tests/error/syntax_error.rs");
t.compile_fail("tests/error/missing_file.rs");
}