From: Jarkko Hietaniemi Date: Sat, 4 Aug 2001 14:20:26 +0000 (+0000) Subject: The #11572 didn't up the test count. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d97d4e5f2009f63ab3a634cfe17400da1e79be3f;p=p5sagit%2Fp5-mst-13.2.git The #11572 didn't up the test count. p4raw-id: //depot/perl@11573 --- diff --git a/t/op/length.t b/t/op/length.t index 3170beb..0660d68 100644 --- 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";