From 92436805885c28cfee7cb52d2b2fe742e4c3cb4f Mon Sep 17 00:00:00 2001 From: Aaron Hill Date: Mon, 8 Apr 2019 23:52:33 -0400 Subject: [PATCH] Use 'ignore-' instead of 'only-' Apparently 'ignore-' doesn't work with compiletest_rs --- tests/compile-fail/getrandom.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/compile-fail/getrandom.rs b/tests/compile-fail/getrandom.rs index dcd3869c1445..7f2087a320a4 100644 --- a/tests/compile-fail/getrandom.rs +++ b/tests/compile-fail/getrandom.rs @@ -1,4 +1,5 @@ -// only-linux +// ignore-macos +// ignore-windows #![feature(rustc_private)] extern crate libc;