From: Jarkko Hietaniemi Date: Wed, 19 Sep 2001 12:08:33 +0000 (+0000) Subject: More tests now. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=490a6cf2a63f7bca7273b3ea1ab0f8cff6382b3a;p=p5sagit%2Fp5-mst-13.2.git More tests now. p4raw-id: //depot/perl@12084 --- diff --git a/ext/threads/t/basic.t b/ext/threads/t/basic.t index c1fbbf9..6c079e4 100755 --- a/ext/threads/t/basic.t +++ b/ext/threads/t/basic.t @@ -25,7 +25,7 @@ BEGIN { use ExtUtils::testlib; use strict; -BEGIN { print "1..12\n" }; +BEGIN { print "1..14\n" }; use threads;