From 117af99a3e1454bb4a4f0d2231afac25557d14fa Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Wed, 21 Mar 2007 22:59:47 +0000 Subject: [PATCH] Adjust test count for 5.8.x p4raw-id: //depot/perl@30673 --- ext/B/t/concise-xs.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/B/t/concise-xs.t b/ext/B/t/concise-xs.t index ba9a1ed..b19cf59 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"); -- 1.8.3.1