Skip to content

Commit 0f197b0

Browse files
Update test/sparse_vector.jl
1 parent f28b102 commit 0f197b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sparse_vector.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ linsolve = init(prob);
4545
H = hess_mat' * hess_mat
4646
prob = LinearProblem(H, hess_mat' * grad_vec)
4747
linsolve = init(prob, CholeskyFactorization())
48-
@test solve!(linsolve).u H \ Array(hess_mat' * grad_vec)
48+
VERSION >= v"1.8" && @test solve!(linsolve).u H \ Array(hess_mat' * grad_vec)

0 commit comments

Comments
 (0)