26085 was wrong. Undo it.
Nicholas Clark [Fri, 11 Nov 2005 21:52:20 +0000 (21:52 +0000)]
(I suspect that I got this wrong because more changes have been made
 in blead subsequent to the change I was attempting to merge in, and
 and jiggled around with the number of tests)

p4raw-id: //depot/perl@26089

ext/B/t/concise-xs.t

index 591bf8a..a42d1df 100644 (file)
@@ -89,8 +89,8 @@ BEGIN {
 use Getopt::Std;
 use Carp;
 use Test::More tests => ( 1 * !!$Config::Config{useithreads}
-                         + 1 * ($] > 5.009)
-                         + 779 );
+                         + 3 * ($] > 5.009)
+                         + 777 );
 
 require_ok("B::Concise");