From: Steve Hay Date: Thu, 6 Apr 2006 12:16:53 +0000 (+0000) Subject: Fix skip count in ext\B\t\lint.t X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8b9f58b627da37ee6eaf64a4ca20998159a2a0b7;p=p5sagit%2Fp5-mst-13.2.git Fix skip count in ext\B\t\lint.t p4raw-id: //depot/perl@27729 --- diff --git a/ext/B/t/lint.t b/ext/B/t/lint.t index 974e598..d27b2ce 100644 --- a/ext/B/t/lint.t +++ b/ext/B/t/lint.t @@ -67,7 +67,7 @@ RESULT SKIP : { use Config; - skip("Doesn't work with threaded perls",11) + skip("Doesn't work with threaded perls",15) if $Config{useithreads} || ($] < 5.009 && $Config{use5005threads}); runlint 'implicit-read', 'for ( @ARGV ) { 1 }', <<'RESULT', 'implicit-read in foreach';