Ignore other platforms instead of using only-linux
This commit is contained in:
parent
8a75817707
commit
66d10c877d
1 changed files with 4 additions and 2 deletions
|
|
@ -1,5 +1,7 @@
|
|||
// only-linux: Uses Linux-only APIs
|
||||
|
||||
// Unfortunately, compiletest_rs does not support 'only-linux',
|
||||
// so we need to ignore Windows and OS X instead
|
||||
// ignore-macos: Uses Linux-only APIs
|
||||
// ignore-windows: Uses Linux-only APIs
|
||||
#![feature(rustc_private)]
|
||||
extern crate libc;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue