This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Test count adjustment from Rafael.
authorJarkko Hietaniemi <jhi@iki.fi>
Mon, 4 Aug 2003 06:30:05 +0000 (06:30 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Mon, 4 Aug 2003 06:30:05 +0000 (06:30 +0000)
p4raw-id: //depot/perl@20470

lib/Test/Simple/t/is_deeply.t

index a7fbcd0..3d893b0 100644 (file)
@@ -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.