Fix skip count in ext\B\t\lint.t
authorSteve Hay <SteveHay@planit.com>
Thu, 6 Apr 2006 12:16:53 +0000 (12:16 +0000)
committerSteve Hay <SteveHay@planit.com>
Thu, 6 Apr 2006 12:16:53 +0000 (12:16 +0000)
p4raw-id: //depot/perl@27729

ext/B/t/lint.t

index 974e598..d27b2ce 100644 (file)
@@ -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';