diff --git a/test/caching_allocations.jl b/test/caching_allocations.jl index 4742af5..83686e1 100644 --- a/test/caching_allocations.jl +++ b/test/caching_allocations.jl @@ -51,6 +51,8 @@ end @test Y * Y isa AlgebraElement Y * Y k2 = @allocated Y * Y + @show k1 + @show k2 @test k2 / k1 < 0.5 end