core: Ignore another should_fail test on win32

This commit is contained in:
Brian Anderson 2012-05-21 18:39:31 -07:00
parent 1678b6f01f
commit d18da37c9c

View file

@ -300,6 +300,7 @@ mod tests {
#[test]
#[should_fail]
#[ignore(cfg(target_os = "win3"))]
fn gen_uint_from_fail() {
rand::rng().gen_uint_from(5u, 2u);
}