projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
dfa6ead
)
Adjust test count
Rafael Garcia-Suarez [Wed, 2 Nov 2005 14:10:54 +0000 (14:10 +0000)]
p4raw-id: //depot/perl@25956
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
f1fbbd9
..
a42d1df
100644
(file)
--- a/
ext/B/t/concise-xs.t
+++ b/
ext/B/t/concise-xs.t
@@
-89,7
+89,7
@@
BEGIN {
use Getopt::Std;
use Carp;
use Test::More tests => ( 1 * !!$Config::Config{useithreads}
- + 2 * ($] > 5.009)
+ + 3 * ($] > 5.009)
+ 777 );
require_ok("B::Concise");