Skip to content

Commit 9c4bb98

Browse files
author
Michael Abbott
committed
version
1 parent e4a3814 commit 9c4bb98

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/_functions.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ VN = NamedDimsArray(V.data.data, v=10:10:100)
4141
@test axiskeys(V2,1) == [:zed, :b, :c]
4242

4343
# eachslice
44-
@test axiskeys(first(eachslice(M, dims=:r))) === (2:5,)
44+
if VERSION >= v"1.1"
45+
@test axiskeys(first(eachslice(M, dims=:r))) === (2:5,)
46+
end
4547

4648
# mapslices
4749
@test axiskeys(mapslices(identity, M, dims=1)) === (Base.OneTo(3), 2:5)

0 commit comments

Comments
 (0)