From: Jarkko Hietaniemi Date: Tue, 9 Sep 2003 15:36:20 +0000 (+0000) Subject: Adjust the test count. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=739c7972d0a503ba6afa9e30360856ab6bd06edd;p=p5sagit%2Fp5-mst-13.2.git Adjust the test count. p4raw-id: //depot/perl@21146 --- diff --git a/lib/Test/Simple/t/is_deeply.t b/lib/Test/Simple/t/is_deeply.t index 6901f57..5291fb8 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..28\n"; +print "1..22\n"; my $test_num = 1; # Utility testing functions.