summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-09-09 15:36:20 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-09-09 15:36:20 +0000
commit739c7972d0a503ba6afa9e30360856ab6bd06edd (patch)
treebabe5df7aaf63adc2186b4c7df39c4f3f012f46b
parentfbd0c1a848d3bcf180aa3fd31d1328b186c47553 (diff)
downloadperl-739c7972d0a503ba6afa9e30360856ab6bd06edd.tar.gz
Adjust the test count.
p4raw-id: //depot/perl@21146
-rw-r--r--lib/Test/Simple/t/is_deeply.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Test/Simple/t/is_deeply.t b/lib/Test/Simple/t/is_deeply.t
index 6901f5764a..5291fb82c2 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.