diff --git a/test/static_arrays.jl b/test/static_arrays.jl index fc799397..4e8de4e1 100644 --- a/test/static_arrays.jl +++ b/test/static_arrays.jl @@ -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