Merge pull request #175 from dwrensha/ignore-windows

remove unneeded '-gnu' suffix from compiletest ignore directives
This commit is contained in:
Eduard-Mihai Burtescu 2017-05-31 21:40:49 +03:00 committed by GitHub
commit 1ba426a505
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -1,4 +1,4 @@
//ignore-windows-gnu
//ignore-windows
#![feature(libc)]
extern crate libc;