diff --git a/test/caching_allocations.jl b/test/caching_allocations.jl index aed8800..025efbf 100644 --- a/test/caching_allocations.jl +++ b/test/caching_allocations.jl @@ -51,8 +51,7 @@ end @test Y * Y isa AlgebraElement Y * Y k2 = @allocated Y * Y - @test k2 / k1 < 0.7 - @test_broken k2 / k1 < 0.12 + @test k2 / k1 < 0.12 end @test all(!iszero, SA.mstructure(fRG).table)