From 369fb445f856204b1f9717b96bde7cd9bb9da369 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sun, 22 May 2011 18:23:49 -0700 Subject: [PATCH] Make hash-rt85026.t less noisy --- t/op/hash-rt85026.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/op/hash-rt85026.t b/t/op/hash-rt85026.t index b7d0cc6..91087b8 100644 --- a/t/op/hash-rt85026.t +++ b/t/op/hash-rt85026.t @@ -55,7 +55,7 @@ $| = 1; plan(1); # Ok all preparation is done -diag <<"EOF" +note <<"EOF" Found keys '$first_key' and '$second_key' on chain $riter Will now iterato to key '$first_key' then delete '$first_key' and '$second_key'. EOF @@ -64,6 +64,6 @@ EOF delete $hash{$first_key}; delete $hash{$second_key}; -diag "Now iterating into freed memory\n"; +note "Now iterating into freed memory\n"; 1 for each %hash; ok(1, "Survived!"); -- 1.8.3.1