Skip to content

Commit

Permalink
Update test/static_arrays.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Jul 29, 2024
1 parent a8a6dbc commit 0ca72d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/static_arrays.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ for alg in (nothing, LUFactorization(), SVDFactorization(), CholeskyFactorizatio
if __non_native_static_array_alg(alg)
@test_broken __solve_no_alloc(A, b, alg) isa SciMLBase.LinearSolution
else
@test_nowarn __solve_no_alloc(A, b, alg) isa LinearSolution
@test_nowarn __solve_no_alloc(A, b, alg) isa SciMLBase.LinearSolution
end

cache = init(LinearProblem(A, b), alg)
Expand Down

0 comments on commit 0ca72d7

Please sign in to comment.