Skip to content

Commit

Permalink
Debug for Julia v1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed May 27, 2024
1 parent 8f3fb92 commit 033c4c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/caching_allocations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 033c4c9

Please sign in to comment.