diff --git a/test/basictests.jl b/test/basictests.jl index 2589658a1..faa63c133 100644 --- a/test/basictests.jl +++ b/test/basictests.jl @@ -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