Skip to content

Commit 2ad2c5b

Browse files
authored
omit no alloc test set
1 parent 8bc52d1 commit 2ad2c5b

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
@@ -1080,15 +1080,6 @@ end
10801080
end
10811081
is_not_identity_at_least_once()
10821082
end
1083-
@testset "no heap allocation" begin
1084-
function no_heap_allocation(tup)
1085-
@test iszero(@allocated shuffle(tup))
1086-
end
1087-
for n 0:9
1088-
tup = ntuple(identity, n)
1089-
no_heap_allocation(tup)
1090-
end
1091-
end
10921083
end
10931084

10941085
# issue #42752

0 commit comments

Comments
 (0)