Skip to content

Commit 1eae497

Browse files
committed
Ignore a should_fail test on windows
1 parent 9b2d988 commit 1eae497

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libcore/int-template.rs

+1
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ fn test_times() {
241241

242242
#[test]
243243
#[should_fail]
244+
#[ignore(cfg(windows))]
244245
fn test_times_negative() {
245246
for (-10).times { log(error, "nope!"); }
246247
}

0 commit comments

Comments
 (0)