projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5636d51
)
The #11572 didn't up the test count.
Jarkko Hietaniemi [Sat, 4 Aug 2001 14:20:26 +0000 (14:20 +0000)]
p4raw-id: //depot/perl@11573
t/op/length.t
patch
|
blob
|
blame
|
history
diff --git
a/t/op/length.t
b/t/op/length.t
index
3170beb
..
0660d68
100644
(file)
--- a/
t/op/length.t
+++ b/
t/op/length.t
@@
-5,7
+5,7
@@
BEGIN {
@INC = '../lib';
}
-print "1..13\n";
+print "1..15\n";
print "not " unless length("") == 0;
print "ok 1\n";