Use 'ignore-' instead of 'only-'

Apparently 'ignore-' doesn't work with compiletest_rs
This commit is contained in:
Aaron Hill 2019-04-08 23:52:33 -04:00
parent 6b4c5b81da
commit 9243680588
No known key found for this signature in database
GPG key ID: B4087E510E98B164

View file

@ -1,4 +1,5 @@
// only-linux
// ignore-macos
// ignore-windows
#![feature(rustc_private)]
extern crate libc;