Skip to content

Commit 3ea767f

Browse files
committed
Skip flag_if_supported test on Windows
1 parent 7775fd3 commit 3ea767f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,9 @@ fn gnu_shared() {
185185

186186
#[test]
187187
fn gnu_flag_if_supported() {
188+
if cfg!(windows) {
189+
return
190+
}
188191
let test = Test::gnu();
189192
test.gcc()
190193
.file("foo.c")

0 commit comments

Comments
 (0)