Skip to content

Commit 6c426db

Browse files
iamed2mbauman
authored andcommitted
Add concrete version bounds to ambiguity test gate (#89)
1 parent 6998777 commit 6c426db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/runtests.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ using AxisArrays
22
using Base.Test
33

44
@testset "AxisArrays" begin
5-
if VERSION < v"0.6.0-dev"
5+
# during this time there was an ambiguity in base with checkbounds_linear_indices
6+
if VERSION < v"0.6.0-dev.2374" || VERSION >= v"0.6.0-dev.2884"
67
@test isempty(detect_ambiguities(AxisArrays, Base, Core))
78
end
89

0 commit comments

Comments
 (0)