Adjust test count in threads test
Rafael Garcia-Suarez [Tue, 11 Jul 2006 09:29:23 +0000 (09:29 +0000)]
p4raw-id: //depot/perl@28544

ext/threads/t/kill.t

index aff5dd0..3874db1 100644 (file)
@@ -65,7 +65,7 @@ BEGIN {
 
 BEGIN {
     $| = 1;
-    print("1..18\n");   ### Number of tests that will be run ###
+    print("1..19\n");   ### Number of tests that will be run ###
 };
 
 my $TEST = 1;