Adjust test count
Rafael Garcia-Suarez [Wed, 2 Nov 2005 14:10:54 +0000 (14:10 +0000)]
p4raw-id: //depot/perl@25956

ext/B/t/concise-xs.t

index f1fbbd9..a42d1df 100644 (file)
@@ -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");