Skip to content

Commit 00fe957

Browse files
author
Michael Abbott
committed
skip a test on 1.0
1 parent caea589 commit 00fe957

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/_basic.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ end
6565
@test V(Index[1]) == V[1]
6666
@test V(Index[2:3]) == V[2:3]
6767
@test V(Index[end]) == V[end]
68-
if VERSION >= v"1.4"
69-
@test V(Index[begin]) == V[1]
70-
end
68+
# if VERSION >= v"1.4"
69+
# @test V(Index[begin]) == V[1] # syntax error on 1.0
70+
# end
7171

7272
V2 = wrapdims(rand(Int8, 5), [1,2,3,2,1])
7373
@test V2(==(2)) == V2[[2,4]]

0 commit comments

Comments
 (0)