Skip to content

Commit 0ca72d7

Browse files
Update test/static_arrays.jl
1 parent a8a6dbc commit 0ca72d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/static_arrays.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ for alg in (nothing, LUFactorization(), SVDFactorization(), CholeskyFactorizatio
2121
if __non_native_static_array_alg(alg)
2222
@test_broken __solve_no_alloc(A, b, alg) isa SciMLBase.LinearSolution
2323
else
24-
@test_nowarn __solve_no_alloc(A, b, alg) isa LinearSolution
24+
@test_nowarn __solve_no_alloc(A, b, alg) isa SciMLBase.LinearSolution
2525
end
2626

2727
cache = init(LinearProblem(A, b), alg)

0 commit comments

Comments
 (0)