From: Nicholas Clark Date: Fri, 11 Nov 2005 21:52:20 +0000 (+0000) Subject: 26085 was wrong. Undo it. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a49b57c670c0e84581cdf732a6a8c6ba17aa39b1;p=p5sagit%2Fp5-mst-13.2.git 26085 was wrong. Undo it. (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 --- diff --git a/ext/B/t/concise-xs.t b/ext/B/t/concise-xs.t index 591bf8a..a42d1df 100644 --- a/ext/B/t/concise-xs.t +++ b/ext/B/t/concise-xs.t @@ -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");