Skip to content

Commit ce7ffc0

Browse files
more v1.9
1 parent 391b602 commit ce7ffc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const HAS_EXTENSIONS = isdefined(Base, :get_extension)
88

99
if GROUP == "All" || GROUP == "Core"
1010
@time @safetestset "Basic Tests" include("basictests.jl")
11-
@time @safetestset "Re-solve" include("resolve.jl")
11+
VERSION >= v"1.9" && @time @safetestset "Re-solve" include("resolve.jl")
1212
@time @safetestset "Zero Initialization Tests" include("zeroinittests.jl")
1313
@time @safetestset "Non-Square Tests" include("nonsquare.jl")
1414
@time @safetestset "SparseVector b Tests" include("sparse_vector.jl")

0 commit comments

Comments
 (0)