diff --git a/src/libcore/rand.rs b/src/libcore/rand.rs index a7cf66c09e0..b21cfc0bee2 100644 --- a/src/libcore/rand.rs +++ b/src/libcore/rand.rs @@ -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); }