core: Ignore another should_fail test on win32
This commit is contained in:
parent
1678b6f01f
commit
d18da37c9c
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user