diff --git a/src/libcore/int-template.rs b/src/libcore/int-template.rs index 5c5cffb2ac1..b712c68888b 100644 --- a/src/libcore/int-template.rs +++ b/src/libcore/int-template.rs @@ -241,6 +241,7 @@ fn test_times() { #[test] #[should_fail] +#[ignore(cfg(windows))] fn test_times_negative() { for (-10).times { log(error, "nope!"); } }