Skip to content

Commit f410475

Browse files
committed
Fix 1.6 test
1 parent 8be1f99 commit f410475

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test_deprecations.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ for constructor in (OperatorEnum, GenericOperatorEnum)
1515

1616
constructor == GenericOperatorEnum && continue
1717

18-
tree'([1.0; 2.0;;])
1918
VERSION >= v"1.9" &&
2019
@test_logs (:warn, r"The `tree'\(X; kws...\)` syntax is deprecated.*") tree'(
2120
[1.0; 2.0;;]

0 commit comments

Comments
 (0)