From: Nicholas Clark Date: Wed, 21 Mar 2007 22:59:47 +0000 (+0000) Subject: Adjust test count for 5.8.x X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=117af99a3e1454bb4a4f0d2231afac25557d14fa;p=p5sagit%2Fp5-mst-13.2.git Adjust test count for 5.8.x p4raw-id: //depot/perl@30673 --- diff --git a/ext/B/t/concise-xs.t b/ext/B/t/concise-xs.t index ba9a1ed..b19cf59 100644 --- a/ext/B/t/concise-xs.t +++ b/ext/B/t/concise-xs.t @@ -119,9 +119,9 @@ use Test::More tests => ( # per-pkg tests (function ct + require_ok) 40 + 16 # Data::Dumper, Digest::MD5 + 517 + 239 # B::Deparse, B + 595 + 190 # POSIX, IO::Socket - + 345 * ($] > 5.009) + + 323 * ($] > 5.009) + 17 * ($] >= 5.009003) - - 365); # fudge + - 343); # fudge require_ok("B::Concise");