From: Rafael Garcia-Suarez Date: Tue, 11 Jul 2006 09:29:23 +0000 (+0000) Subject: Adjust test count in threads test X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4f59a6b1d76c1ef7fec4957ed0a8c42d401ce295;p=p5sagit%2Fp5-mst-13.2.git Adjust test count in threads test p4raw-id: //depot/perl@28544 --- diff --git a/ext/threads/t/kill.t b/ext/threads/t/kill.t index aff5dd0..3874db1 100644 --- a/ext/threads/t/kill.t +++ b/ext/threads/t/kill.t @@ -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;