Skip to content

Commit

Permalink
Update test/basictests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Apr 7, 2022
1 parent 444d69f commit b692761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/basictests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -310,10 +310,10 @@ end
prob2 = LinearProblem(A1, b1; u0=x1)

for alg in (
LinearSolveFunction(),
LinearSolveFunction(sol_func),
LinearSolveFunction(sol_func!),
)

test_interface(alg, prob1, prob2)
end
end
Expand Down

0 comments on commit b692761

Please sign in to comment.