This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Adjust test count
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Wed, 2 Nov 2005 14:10:54 +0000 (14:10 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
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");