Adjust test count.
Rafael Garcia-Suarez [Tue, 24 Apr 2007 11:25:56 +0000 (11:25 +0000)]
p4raw-id: //depot/perl@31053

ext/B/t/concise-xs.t

index 76b5df8..d2ff6b8 100644 (file)
@@ -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");