Skip to content

Commit 3914986

Browse files
committed
fix test
1 parent b998bf2 commit 3914986

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/uniformscalingmap.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ using Test, LinearMaps, LinearAlgebra
3131
Λ = @inferred LinearMap*I, m)
3232
x = rand(Float64, sz)
3333
y = ones(Float64, sz)
34+
mul!(y, Λ, x, α, β)
3435
@test (@allocated mul!(y, Λ, x, α, β)) == 0
3536
y = copy(x)
3637
@inferred mul!(y, Λ, x, α, β)

0 commit comments

Comments
 (0)