Skip to content

Commit d59d2ed

Browse files
committed
Test for iteratorsize
1 parent 0220a87 commit d59d2ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/runtests.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,7 @@ end
408408
y = IdOffsetRange(x)
409409
@test y[2] == x[2]
410410
@test first(x,2) == first(y,2)
411+
@test Base.IteratorSize(y) == Base.IteratorSize(x)
411412
stry = repr(y)
412413
strx = repr(x)
413414
@test contains(stry, "values=$strx")

0 commit comments

Comments
 (0)