Adjust the test count.
Jarkko Hietaniemi [Tue, 9 Sep 2003 15:36:20 +0000 (15:36 +0000)]
p4raw-id: //depot/perl@21146

lib/Test/Simple/t/is_deeply.t

index 6901f57..5291fb8 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..28\n";
+print "1..22\n";
 
 my $test_num = 1;
 # Utility testing functions.