From a59d482574f6978f0226c6651f341b3f484045e6 Mon Sep 17 00:00:00 2001 From: David Renshaw Date: Wed, 31 May 2017 14:21:49 -0400 Subject: [PATCH] remove unneeded '-gnu' suffix from compiletest ignore directives --- tests/run-pass/send-is-not-static-par-for.rs | 2 +- tests/run-pass/thread-local-no-dtor.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/run-pass/send-is-not-static-par-for.rs b/tests/run-pass/send-is-not-static-par-for.rs index 60e5048432ba..4ac1b5436f52 100644 --- a/tests/run-pass/send-is-not-static-par-for.rs +++ b/tests/run-pass/send-is-not-static-par-for.rs @@ -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; diff --git a/tests/run-pass/thread-local-no-dtor.rs b/tests/run-pass/thread-local-no-dtor.rs index d5e2051edb70..4fb43793eaec 100644 --- a/tests/run-pass/thread-local-no-dtor.rs +++ b/tests/run-pass/thread-local-no-dtor.rs @@ -1,4 +1,4 @@ -//ignore-windows-gnu +//ignore-windows #![feature(libc)] extern crate libc;