Skip to content

Commit 6315b55

Browse files
Update test/basictests.jl
1 parent 813144c commit 6315b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/basictests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ end
234234
for alg in test_algs
235235
@testset "$alg" begin
236236
test_interface(alg, prob1, prob2)
237-
alg isa MKLLUFactorization || test_interface(alg, prob3, prob4)
237+
VERSION >= v"1.9" && (alg isa MKLLUFactorization || test_interface(alg, prob3, prob4))
238238
end
239239
end
240240
if LinearSolve.appleaccelerate_isavailable()

0 commit comments

Comments
 (0)