Ignore test exclusive_unwrap_conflict. #4689

This commit is contained in:
Brian Anderson 2013-02-04 14:19:19 -08:00
parent e08a805b30
commit 8dfab498ef

View file

@ -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());