Skip to content

Commit 0e2b709

Browse files
committed
remove unneeded an unwelcome dependency
I added this when debugging the load average change and forgot to remove it afterwards, and it upsets Jarkkos test suite.
1 parent ee172d4 commit 0e2b709

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

t/op/hash.t

-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ sub torture_hash {
179179

180180
# Each time this will get emptied then repopulated. If the fill isn't reset
181181
# when the hash is emptied, the used count will likely exceed the array
182-
use Devel::Peek;
183182
%$h3 = %$h2;
184183
is(join(",", sort keys %$h3),join(",",sort keys %$h2),"$desc (+$count copy) has same keys");
185184
my (undef, $total3) = validate_hash("$desc (+$count copy)", $h3);

0 commit comments

Comments
 (0)