Skip to content

Commit 9243680

Browse files
committed
Use 'ignore-' instead of 'only-'
Apparently 'ignore-' doesn't work with compiletest_rs
1 parent 6b4c5b8 commit 9243680

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/compile-fail/getrandom.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// only-linux
1+
// ignore-macos
2+
// ignore-windows
23

34
#![feature(rustc_private)]
45
extern crate libc;

0 commit comments

Comments
 (0)