Skip to content

Commit c24f55f

Browse files
committed
Remove Julia v1.9 version checks and associated AD tests
Since Julia v1.10 is now the LTS version, version checks for Julia v1.9 are no longer needed. This commit removes the conditional execution of AD tests and the tests themselves as they were only needed for older Julia versions. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 7413380 commit c24f55f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/runtests.jl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,6 @@ end
3232
@safetestset "Utils Tests" begin
3333
include("utils.jl")
3434
end
35-
VERSION >= v"1.9" && @safetestset "AD Tests" begin
36-
include("ADtests.jl")
37-
end
38-
VERSION >= v"1.9" && @safetestset "AD Performance Regression Tests" begin
39-
include("AD_performance_regression.jl")
40-
end
4135
@safetestset "Optimization" begin
4236
include("native.jl")
4337
end

0 commit comments

Comments
 (0)