We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bc52d1 commit 2ad2c5bCopy full SHA for 2ad2c5b
stdlib/Random/test/runtests.jl
@@ -1080,15 +1080,6 @@ end
1080
end
1081
is_not_identity_at_least_once()
1082
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
1091
1092
1093
1094
# issue #42752
0 commit comments