Adjust the number of tests in t/op/range.t
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Thu, 31 Oct 2002 20:58:12 +0000 (20:58 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Thu, 31 Oct 2002 20:58:12 +0000 (20:58 +0000)
p4raw-id: //depot/perl@18075

t/op/range.t

index 5200db2..a4f03c5 100755 (executable)
@@ -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";