Skip to content

Commit 2980f6a

Browse files
committed
Fix test
1 parent 7a58018 commit 2980f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ranges.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107

108108
@test Base.setindex(1:5, [6,2], 1:2) == [6,2,3,4,5]
109109

110-
@test @inferred(eachindex(static(-7):static(-7))) === static(1):static(15)
110+
@test @inferred(eachindex(static(-7):static(7))) === static(1):static(15)
111111
@test @inferred((static(-7):static(7))[first(eachindex(static(-7):static(7)))]) == -7
112112
end
113113

0 commit comments

Comments
 (0)