From: Rafael Garcia-Suarez Date: Tue, 24 Apr 2007 11:25:56 +0000 (+0000) Subject: Adjust test count. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=13d771f075428106b872fe78aa3d944467de9082;p=p5sagit%2Fp5-mst-13.2.git Adjust test count. p4raw-id: //depot/perl@31053 --- diff --git a/ext/B/t/concise-xs.t b/ext/B/t/concise-xs.t index 76b5df8..d2ff6b8 100644 --- a/ext/B/t/concise-xs.t +++ b/ext/B/t/concise-xs.t @@ -121,7 +121,7 @@ use Test::More tests => ( # per-pkg tests (function ct + require_ok) + 595 + 190 # POSIX, IO::Socket + 323 * ($] > 5.009) + 17 * ($] >= 5.009003) - - 343); # fudge + - 344); # fudge require_ok("B::Concise");