projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99228ec
)
Test count adjustment from Rafael.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Mon, 4 Aug 2003 06:30:05 +0000
(06:30 +0000)
committer
Jarkko 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
patch
|
blob
|
history
diff --git
a/lib/Test/Simple/t/is_deeply.t
b/lib/Test/Simple/t/is_deeply.t
index
a7fbcd0
..
3d893b0
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..2
2
\n";
+print "1..2
8
\n";
my $test_num = 1;
# Utility testing functions.