From: Rafael Garcia-Suarez Date: Thu, 31 Oct 2002 20:58:12 +0000 (+0000) Subject: Adjust the number of tests in t/op/range.t X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8f5b1bb4128d9d01e17f0ffcb1990c0621bcaab0;p=p5sagit%2Fp5-mst-13.2.git Adjust the number of tests in t/op/range.t p4raw-id: //depot/perl@18075 --- diff --git a/t/op/range.t b/t/op/range.t index 5200db2..a4f03c5 100755 --- a/t/op/range.t +++ b/t/op/range.t @@ -1,6 +1,6 @@ #!./perl -print "1..16\n"; +print "1..19\n"; print join(':',1..5) eq '1:2:3:4:5' ? "ok 1\n" : "not ok 1\n";