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

index 3170beb..0660d68 100644 (file)
@@ -5,7 +5,7 @@ BEGIN {
     @INC = '../lib';
 }
 
-print "1..13\n";
+print "1..15\n";
 
 print "not " unless length("")    == 0;
 print "ok 1\n";