Merge pull request #175 from dwrensha/ignore-windows
remove unneeded '-gnu' suffix from compiletest ignore directives
This commit is contained in:
commit
1ba426a505
2 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@
|
|||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
//ignore-windows-gnu
|
||||
//ignore-windows
|
||||
|
||||
use std::sync::Mutex;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
//ignore-windows-gnu
|
||||
//ignore-windows
|
||||
|
||||
#![feature(libc)]
|
||||
extern crate libc;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue