core: fix windows breakage from 982cf90, r=burningtree.
This commit is contained in:
parent
625405562c
commit
07d0af151a
@ -412,6 +412,7 @@ pub fn test_ranges() {
|
||||
|
||||
#[test]
|
||||
#[should_fail]
|
||||
#[ignore(cfg(windows))]
|
||||
fn test_range_step_zero_step() {
|
||||
for range_step(0,10,0) |_i| {}
|
||||
}
|
||||
|
@ -397,11 +397,13 @@ pub fn test_ranges() {
|
||||
|
||||
#[test]
|
||||
#[should_fail]
|
||||
#[ignore(cfg(windows))]
|
||||
fn test_range_step_zero_step_up() {
|
||||
for range_step(0,10,0) |_i| {}
|
||||
}
|
||||
#[test]
|
||||
#[should_fail]
|
||||
#[ignore(cfg(windows))]
|
||||
fn test_range_step_zero_step_down() {
|
||||
for range_step(0,-10,0) |_i| {}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user