Ignore a should_fail test on windows
This commit is contained in:
parent
9b2d988df0
commit
1eae49748d
@ -241,6 +241,7 @@ fn test_times() {
|
||||
|
||||
#[test]
|
||||
#[should_fail]
|
||||
#[ignore(cfg(windows))]
|
||||
fn test_times_negative() {
|
||||
for (-10).times { log(error, "nope!"); }
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user