diff --git a/src/libcore/private.rs b/src/libcore/private.rs index 1fb8166ed12dc..40194713365bc 100644 --- a/src/libcore/private.rs +++ b/src/libcore/private.rs @@ -486,7 +486,7 @@ pub mod tests { res.recv(); } - #[test] #[should_fail] #[ignore(cfg(windows))] + #[test] #[should_fail] #[ignore(reason = "random red")] pub fn exclusive_unwrap_conflict() { let x = exclusive(~~"hello"); let x2 = ~mut Some(x.clone());