Skip to content

Commit e72c917

Browse files
committed
auto merge of #4793 : brson/rust/ignore_exclusive_unwrap_conflict, r=brson
2 parents 6e0f05b + 8dfab49 commit e72c917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/private.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ pub mod tests {
486486
res.recv();
487487
}
488488
489-
#[test] #[should_fail] #[ignore(cfg(windows))]
489+
#[test] #[should_fail] #[ignore(reason = "random red")]
490490
pub fn exclusive_unwrap_conflict() {
491491
let x = exclusive(~~"hello");
492492
let x2 = ~mut Some(x.clone());

0 commit comments

Comments
 (0)