From: Rafael Garcia-Suarez <rgarciasuarez@gmail.com>
Date: Fri, 29 Jun 2007 07:58:19 +0000 (+0000)
Subject: Being tired of adjusting the test count of concise-xs.t
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3cd6a7dc6a90f93ec089ff4d02e1086c787c8c3f;p=p5sagit%2Fp5-mst-13.2.git

Being tired of adjusting the test count of concise-xs.t
all the time. Use no_plan instead.

p4raw-id: //depot/perl@31500
---

diff --git a/ext/B/t/concise-xs.t b/ext/B/t/concise-xs.t
index e4a0241..7b9dd16 100644
--- a/ext/B/t/concise-xs.t
+++ b/ext/B/t/concise-xs.t
@@ -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");