Skip to content

Commit

Permalink
Ignore a should_fail test on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed Jul 6, 2012
1 parent 9b2d988 commit 1eae497
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libcore/int-template.rs
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ fn test_times() {

#[test]
#[should_fail]
#[ignore(cfg(windows))]
fn test_times_negative() {
for (-10).times { log(error, "nope!"); }
}

0 comments on commit 1eae497

Please sign in to comment.