Skip to content

Commit ba162dc

Browse files
committed
omit no alloc test set
1 parent 8f3800f commit ba162dc

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

stdlib/Random/test/runtests.jl

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1088,15 +1088,6 @@ end
10881088
end
10891089
is_not_identity_at_least_once()
10901090
end
1091-
@testset "no heap allocation" begin
1092-
function no_heap_allocation(tup)
1093-
@test iszero(@allocated shuffle(tup))
1094-
end
1095-
for n 0:9
1096-
tup = ntuple(identity, n)
1097-
no_heap_allocation(tup)
1098-
end
1099-
end
11001091
end
11011092

11021093
# issue #42752

0 commit comments

Comments
 (0)