From: Jarkko Hietaniemi Date: Sat, 19 Apr 2003 07:10:57 +0000 (+0000) Subject: Bump the test count. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0638970915176082b29f35de12b4ec5ee19b9823;p=p5sagit%2Fp5-mst-13.2.git Bump the test count. p4raw-id: //depot/perl@19269 --- diff --git a/ext/Storable/t/tied.t b/ext/Storable/t/tied.t index 06be10b..05bcf32 100644 --- a/ext/Storable/t/tied.t +++ b/ext/Storable/t/tied.t @@ -25,7 +25,7 @@ sub ok; use Storable qw(freeze thaw); -print "1..22\n"; +print "1..23\n"; ($scalar_fetch, $array_fetch, $hash_fetch) = (0, 0, 0);