Skip to content

Commit cca9bdc

Browse files
committed
Only run test_extern_c_main on unix
1 parent 473092b commit cca9bdc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/tests/script.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ fn test_same_flags() {
261261
.unwrap()
262262
}
263263

264+
#[cfg(unix)]
264265
#[test]
265266
fn test_extern_c_main() {
266267
let out = rust_script!("tests/data/extern-c-main.rs").unwrap();

0 commit comments

Comments
 (0)