summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-06-06 14:58:27 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-06-06 14:58:27 +0000
commitc6b8c3de7b6d7968000be27963acb919f9605b07 (patch)
treeb7aad48e69a94ace6cf64deb0045ec5ed6a6031e /ext
parent192b9cd13b3ba000f1d0a2d32c141b9513be7936 (diff)
downloadperl-c6b8c3de7b6d7968000be27963acb919f9605b07.tar.gz
Adjust test count (it shouldn't have changed with last patch)
p4raw-id: //depot/perl@31342
Diffstat (limited to 'ext')
-rw-r--r--ext/B/t/concise-xs.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/B/t/concise-xs.t b/ext/B/t/concise-xs.t
index 7fa85c1b39..d7238408ac 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");