Skip to content

Commit

Permalink
format tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rayegun committed Jul 13, 2022
1 parent d72f42a commit 44a9a33
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 @@ -131,7 +131,7 @@ end
prob2 = LinearProblem(A2, b2; u0 = x2)
test_interface(LinearSolve.FastLUFactorization(), prob1, prob2)
test_interface(LinearSolve.FastQRFactorization(), prob1, prob2)

# TODO: Resizing tests. Upstream doesn't currently support it.
# Need to be absolutely certain we never segfault with incorrect
# ws sizes.
Expand Down

0 comments on commit 44a9a33

Please sign in to comment.