From c364d06deada6b72345749ee9a20ee0c1a2019d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Tue, 21 May 2024 10:32:44 +0200 Subject: [PATCH] Debug for Julia v1.6 --- test/caching_allocations.jl | 2 ++ 1 file changed, 2 insertions(+) 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