From: Rafael Garcia-Suarez Date: Wed, 2 Nov 2005 14:10:54 +0000 (+0000) Subject: Adjust test count X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=af9ecd68c9b31448775ad3ba8d8b8460f6271ec3;p=p5sagit%2Fp5-mst-13.2.git Adjust test count p4raw-id: //depot/perl@25956 --- diff --git a/ext/B/t/concise-xs.t b/ext/B/t/concise-xs.t index f1fbbd9..a42d1df 100644 --- a/ext/B/t/concise-xs.t +++ b/ext/B/t/concise-xs.t @@ -89,7 +89,7 @@ BEGIN { use Getopt::Std; use Carp; use Test::More tests => ( 1 * !!$Config::Config{useithreads} - + 2 * ($] > 5.009) + + 3 * ($] > 5.009) + 777 ); require_ok("B::Concise");