diff options
author | Nicholas Clark <nick@ccl4.org> | 2007-03-21 22:59:47 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2007-03-21 22:59:47 +0000 |
commit | 117af99a3e1454bb4a4f0d2231afac25557d14fa (patch) | |
tree | a6b0cc0ada7c5df17aada85265657ac8c856886e /ext | |
parent | c94db568e030a227855e08f584b1bff860be0cf5 (diff) | |
download | perl-117af99a3e1454bb4a4f0d2231afac25557d14fa.tar.gz |
Adjust test count for 5.8.x
p4raw-id: //depot/perl@30673
Diffstat (limited to 'ext')
-rw-r--r-- | ext/B/t/concise-xs.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/B/t/concise-xs.t b/ext/B/t/concise-xs.t index ba9a1ed9c6..b19cf59926 100644 --- a/ext/B/t/concise-xs.t +++ b/ext/B/t/concise-xs.t @@ -119,9 +119,9 @@ use Test::More tests => ( # per-pkg tests (function ct + require_ok) 40 + 16 # Data::Dumper, Digest::MD5 + 517 + 239 # B::Deparse, B + 595 + 190 # POSIX, IO::Socket - + 345 * ($] > 5.009) + + 323 * ($] > 5.009) + 17 * ($] >= 5.009003) - - 365); # fudge + - 343); # fudge require_ok("B::Concise"); |