projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
192b9cd
)
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
patch
|
blob
|
blame
|
history
diff --git
a/ext/B/t/concise-xs.t
b/ext/B/t/concise-xs.t
index
7fa85c1
..
d723840
100644
(file)
--- 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");