Skip to content

Commit

Permalink
Update paddedtests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
dlfivefifty committed Nov 30, 2024
1 parent 17e8547 commit e4eac00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/paddedtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,8 @@ paddeddata(a::PaddedPadded) = a
B = Bidiagonal(1:5, 1:4, :L)
b = Vcat(randn(5), Zeros(0))
@test ArrayLayouts.ldiv!(B, deepcopy(b)) B\b
c = cache(Zeros(5)); c[1] = 2;
@test ArrayLayouts.ldiv!(B, c) B\[2; zeros(4)]
end
end

end # module

0 comments on commit e4eac00

Please sign in to comment.