From: Rafael Garcia-Suarez Date: Wed, 6 Jun 2007 14:58:27 +0000 (+0000) Subject: Adjust test count (it shouldn't have changed with last patch) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c6b8c3de7b6d7968000be27963acb919f9605b07;p=p5sagit%2Fp5-mst-13.2.git Adjust test count (it shouldn't have changed with last patch) p4raw-id: //depot/perl@31342 --- diff --git a/ext/B/t/concise-xs.t b/ext/B/t/concise-xs.t index 7fa85c1..d723840 100644 --- a/ext/B/t/concise-xs.t +++ b/ext/B/t/concise-xs.t @@ -119,7 +119,7 @@ use Test::More tests => ( # per-pkg tests (function ct + require_ok) 40 + 16 # Data::Dumper, Digest::MD5 + 517 + 276 # B::Deparse, B + 595 + 190 # POSIX, IO::Socket - - 20); # fudge + - 6); # fudge require_ok("B::Concise");