diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-04 06:30:05 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-04 06:30:05 +0000 |
commit | eddcd08e0ccd50653b2703d625aa0f5f898ce779 (patch) | |
tree | 05c0f60c1821b6676647de47ad6b53b9cd3a08ce /lib | |
parent | 99228ec22de3d3407bfd2ef2153516707cceb96c (diff) | |
download | perl-eddcd08e0ccd50653b2703d625aa0f5f898ce779.tar.gz |
Test count adjustment from Rafael.
p4raw-id: //depot/perl@20470
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Test/Simple/t/is_deeply.t | 2 |
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 a7fbcd039d..3d893b0ceb 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. |