Adjust test count (it shouldn't have changed with last patch)
Rafael Garcia-Suarez [Wed, 6 Jun 2007 14:58:27 +0000 (14:58 +0000)]
p4raw-id: //depot/perl@31342

ext/B/t/concise-xs.t

index 7fa85c1..d723840 100644 (file)
@@ -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");