Skip to content

Commit cdad824

Browse files
committed
fix tests
1 parent 5b60ab8 commit cdad824

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/parser.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,9 @@ end
129129
@test "f(.-)" |> test_expr
130130
@test "f(.!)" |> test_expr
131131
@test "f(.¬)" |> test_expr
132-
@test_broken "f(.~)" |> test_expr_broken
132+
if VERSION >= v"1.6"
133+
@test_broken "f(.~)" |> test_expr_broken
134+
end
133135
@test "f(.√)" |> test_expr
134136
@test "f(:(.=))" |> test_expr
135137
@test "f(:(.+))" |> test_expr

0 commit comments

Comments
 (0)