Being tired of adjusting the test count of concise-xs.t
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Fri, 29 Jun 2007 07:58:19 +0000 (07:58 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Fri, 29 Jun 2007 07:58:19 +0000 (07:58 +0000)
all the time. Use no_plan instead.

p4raw-id: //depot/perl@31500

ext/B/t/concise-xs.t

index e4a0241..7b9dd16 100644 (file)
@@ -115,11 +115,7 @@ BEGIN {
 
 use Getopt::Std;
 use Carp;
-use Test::More tests => ( # per-pkg tests (function ct + require_ok)
-                         40 + 16       # Data::Dumper, Digest::MD5
-                         + 521 + 277   # B::Deparse, B
-                         + 595 + 190   # POSIX, IO::Socket
-                         - 6);         # fudge
+use Test::More 'no_plan';
 
 require_ok("B::Concise");