Change 18075 by rgs@rgs-home on 2002/10/31 20:58:12

        Adjust the number of tests in t/op/range.t

Affected files ...

.... //depot/perl/t/op/range.t#11 edit

Differences ...

==== //depot/perl/t/op/range.t#11 (xtext) ====
Index: perl/t/op/range.t
--- perl/t/op/range.t#10~18074~ Wed Oct 30 14:30:32 2002
+++ perl/t/op/range.t   Thu Oct 31 12:58:12 2002
@@ -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";
 
End of Patch.

Reply via email to