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;