From: Jarkko Hietaniemi Date: Mon, 4 Aug 2003 06:30:05 +0000 (+0000) Subject: Test count adjustment from Rafael. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=eddcd08e0ccd50653b2703d625aa0f5f898ce779;p=p5sagit%2Fp5-mst-13.2.git Test count adjustment from Rafael. p4raw-id: //depot/perl@20470 --- diff --git a/lib/Test/Simple/t/is_deeply.t b/lib/Test/Simple/t/is_deeply.t index a7fbcd0..3d893b0 100644 --- a/lib/Test/Simple/t/is_deeply.t +++ b/lib/Test/Simple/t/is_deeply.t @@ -21,7 +21,7 @@ Test::Builder->new->no_ending(1); # Can't use Test.pm, that's a 5.005 thing. package main; -print "1..22\n"; +print "1..28\n"; my $test_num = 1; # Utility testing functions.