From: Nicholas Clark Date: Tue, 13 Mar 2007 17:35:05 +0000 (+0000) Subject: 5.8's B.xs exports AVf_REAL, so need to jiggle the test count by 1. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5c7211248d8b00140edb83c8ed744d148679fb52;p=p5sagit%2Fp5-mst-13.2.git 5.8's B.xs exports AVf_REAL, so need to jiggle the test count by 1. (And then merge the difference back into blead) p4raw-id: //depot/perl@30563 --- diff --git a/ext/B/t/concise-xs.t b/ext/B/t/concise-xs.t index 3ce4625..ba9a1ed 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 - + 346 * ($] > 5.009) + + 345 * ($] > 5.009) + 17 * ($] >= 5.009003) - - 366); # fudge + - 365); # fudge require_ok("B::Concise");