Skip to content

Commit fd70351

Browse files
authored
Update test/iterators.jl
1 parent ca62af9 commit fd70351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/iterators.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ end
548548
(1,1), (8,8), (11, 13),
549549
(1,1,1), (8, 4, 2), (11, 13, 17)),
550550
part in (1, 7, 8, 11, 63, 64, 65, 142, 143, 144)
551-
for iter in (CartesianIndices(dims), CartesianIndices(map(d -> 1:2:2d, dims)))
551+
for iter in (CartesianIndices(dims), CartesianIndices(map(d -> 1:2:2d, dims)))
552552
P = partition(iter, part)
553553
for I in P
554554
@test length(I) == iterate_length(I) == simd_iterate_length(I) == simd_trip_count(I)

0 commit comments

Comments
 (0)