From: Jarkko Hietaniemi Date: Wed, 3 Sep 2003 05:08:29 +0000 (+0000) Subject: Changing the test count is a good idea. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8a89745af2209e8e3e9190ec5a357d3a7ebd3898;p=p5sagit%2Fp5-mst-13.2.git Changing the test count is a good idea. p4raw-id: //depot/perl@21011 --- diff --git a/ext/threads/t/join.t b/ext/threads/t/join.t index 7e0bde0..033b837 100644 --- a/ext/threads/t/join.t +++ b/ext/threads/t/join.t @@ -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;