We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8be1f99 commit f410475Copy full SHA for f410475
test/test_deprecations.jl
@@ -15,7 +15,6 @@ for constructor in (OperatorEnum, GenericOperatorEnum)
15
16
constructor == GenericOperatorEnum && continue
17
18
- tree'([1.0; 2.0;;])
19
VERSION >= v"1.9" &&
20
@test_logs (:warn, r"The `tree'\(X; kws...\)` syntax is deprecated.*") tree'(
21
[1.0; 2.0;;]
0 commit comments