Skip to content

Commit

Permalink
Exclude on Julia latest
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Apr 24, 2024
1 parent 0a85747 commit 53a308d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/caching_allocations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ end

@test all(!iszero, SA.mstructure(fRG).table)

@static if v"1.10" VERSION
@static if v"1.10" VERSION < v"1.11"
YY = deepcopy(Y)
_alloc_test(YY, *, Y, Y, 25)
_alloc_test(YY, +, Y, Y, 0)
Expand Down

0 comments on commit 53a308d

Please sign in to comment.