diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-04-24 11:25:56 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-04-24 11:25:56 +0000 |
commit | 13d771f075428106b872fe78aa3d944467de9082 (patch) | |
tree | d7a32719e959f8fb7e8c96674fce3074f1f2ebd5 /ext | |
parent | 58bde88d59b50dfafcac03e2948c42887eb15e97 (diff) | |
download | perl-13d771f075428106b872fe78aa3d944467de9082.tar.gz |
Adjust test count.
p4raw-id: //depot/perl@31053
Diffstat (limited to 'ext')
-rw-r--r-- | ext/B/t/concise-xs.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/B/t/concise-xs.t b/ext/B/t/concise-xs.t index 76b5df884b..d2ff6b8db3 100644 --- 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"); |