Skip to content

Commit 779fd17

Browse files
Merge pull request #956 from SciML/remove-julia-19-version-checks
Remove Julia v1.9 version checks and associated AD tests
2 parents 7413380 + 290d1aa commit 779fd17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/runtests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ end
3232
@safetestset "Utils Tests" begin
3333
include("utils.jl")
3434
end
35-
VERSION >= v"1.9" && @safetestset "AD Tests" begin
35+
@safetestset "AD Tests" begin
3636
include("ADtests.jl")
3737
end
38-
VERSION >= v"1.9" && @safetestset "AD Performance Regression Tests" begin
38+
@safetestset "AD Performance Regression Tests" begin
3939
include("AD_performance_regression.jl")
4040
end
4141
@safetestset "Optimization" begin

0 commit comments

Comments
 (0)