Skip to content

Commit 1ba426a

Browse files
authored
Merge pull request rust-lang#175 from dwrensha/ignore-windows
remove unneeded '-gnu' suffix from compiletest ignore directives
2 parents f85c7a2 + a59d482 commit 1ba426a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/run-pass/send-is-not-static-par-for.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
//ignore-windows-gnu
11+
//ignore-windows
1212

1313
use std::sync::Mutex;
1414

tests/run-pass/thread-local-no-dtor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//ignore-windows-gnu
1+
//ignore-windows
22

33
#![feature(libc)]
44
extern crate libc;

0 commit comments

Comments
 (0)