projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
fbd0c1a
)
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
patch
|
blob
|
blame
|
history
diff --git
a/lib/Test/Simple/t/is_deeply.t
b/lib/Test/Simple/t/is_deeply.t
index
6901f57
..
5291fb8
100644
(file)
--- 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.