Skip to content

Commit 6f8ba72

Browse files
authored
[Utilities] Re-enable allocation test from #2018
1 parent 1b7bec4 commit 6f8ba72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Utilities/functions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1058,7 +1058,7 @@ function _test_canonicalization(
10581058
@test MOI.Utilities.canonical(g) !== g
10591059
# There are some changes to sorting in Julia v1.9 that now mean sorting
10601060
# allocates.
1061-
# @test @allocated(MOI.Utilities.canonicalize!(f)) == 0
1061+
@test @allocated(MOI.Utilities.canonicalize!(f)) == 0
10621062
return
10631063
end
10641064

0 commit comments

Comments
 (0)