Skip to content

Commit d6e4cb8

Browse files
committed
test: disable deprecation test
1 parent 8b70aea commit d6e4cb8

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

test/test_deprecations.jl

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,6 @@ if VERSION >= v"1.9"
4545
)
4646
end
4747

48-
# Old usage of evaluation options
49-
if VERSION >= v"1.9-"
50-
ex = Expression(Node{Float64}(; feature=1))
51-
@test_logs (:warn, r"The `turbo` and `bumper` keyword arguments are deprecated.*") (ex(
52-
randn(Float64, 1, 10), OperatorEnum(); turbo=true
53-
))
54-
end
55-
5648
# Test deprecated modules
5749
logs = @capture_err begin
5850
@eval using DynamicExpressions.EquationModule

0 commit comments

Comments
 (0)