Skip to content

Commit 28ac83f

Browse files
committed
Remove test for now
1 parent b99bf07 commit 28ac83f

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

test/compiler.jl

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -551,16 +551,6 @@ end
551551
var_expr = :(x[1, end])
552552
@test vsym(var_expr) == :x
553553
@test vinds(var_expr) == :(((1, $lastindex(x, 2)),))
554-
555-
@static if VERSION >= v"1.5.0-DEV.666"
556-
var_expr = :(x[begin])
557-
@test vsym(var_expr) == :x
558-
@test vinds(var_expr) == :((($firstindex(x),),))
559-
560-
var_expr = :(x[1, begin])
561-
@test vsym(var_expr) == :x
562-
@test vinds(var_expr) == :(((1, $firstindex(x, 2)),))
563-
end
564554
end
565555
@testset "user-defined variable name" begin
566556
@model f1() = begin

0 commit comments

Comments
 (0)