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