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 8210447 commit a8a6dbc
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 @@ -19,7 +19,7 @@ for alg in (nothing, LUFactorization(), SVDFactorization(), CholeskyFactorizatio
@test norm(A * sol .- b) < 1e-10

if __non_native_static_array_alg(alg)
@test_broken __solve_no_alloc(A, b, alg) isa LinearSolution
@test_broken __solve_no_alloc(A, b, alg) isa SciMLBase.LinearSolution
else
@test_nowarn __solve_no_alloc(A, b, alg) isa LinearSolution
end
Expand Down

0 comments on commit a8a6dbc

Please sign in to comment.