Skip to content

Commit 547d85d

Browse files
Lilith HafnerLilith Hafner
authored andcommitted
update testhelpers
1 parent a4f40eb commit 547d85d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/testhelpers/InfiniteArrays.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,6 @@ Base.length(r::OneToInf) = Infinity()
4848
Base.last(r::OneToInf) = Infinity()
4949
Base.unitrange(r::OneToInf) = r
5050
Base.oneto(::Infinity) = OneToInf()
51+
Base.unsafe_oneto(::Infinity) = OneToInf()
5152

5253
end

0 commit comments

Comments
 (0)