Skip to content

Commit

Permalink
core: Ignore a should_fail test on win32
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed May 22, 2012
1 parent c8c6f8e commit 1678b6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libcore/rand.rs
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ mod tests {

#[test]
#[should_fail]
#[ignore(cfg(target_os = "win3"))]
fn gen_int_from_fail() {
rand::rng().gen_int_from(5, -2);
}
Expand Down

0 comments on commit 1678b6f

Please sign in to comment.