Skip to content

Commit b692761

Browse files
Update test/basictests.jl
1 parent 444d69f commit b692761

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
@@ -310,10 +310,10 @@ end
310310
prob2 = LinearProblem(A1, b1; u0=x1)
311311

312312
for alg in (
313-
LinearSolveFunction(),
314313
LinearSolveFunction(sol_func),
315314
LinearSolveFunction(sol_func!),
316315
)
316+
317317
test_interface(alg, prob1, prob2)
318318
end
319319
end

0 commit comments

Comments
 (0)