Changing the test count is a good idea.
Jarkko Hietaniemi [Wed, 3 Sep 2003 05:08:29 +0000 (05:08 +0000)]
p4raw-id: //depot/perl@21011

ext/threads/t/join.t

index 7e0bde0..033b837 100644 (file)
@@ -10,7 +10,7 @@ BEGIN {
 
 use ExtUtils::testlib;
 use strict;
-BEGIN { print "1..12\n" };
+BEGIN { print "1..14\n" };
 use threads;
 use threads::shared;