t/run/locale.t: Fix SKIP end position
authorKarl Williamson <public@khwilliamson.com>
Sat, 15 Feb 2014 22:16:45 +0000 (15:16 -0700)
committerKarl Williamson <public@khwilliamson.com>
Sat, 15 Feb 2014 22:50:35 +0000 (15:50 -0700)
On the platforms where this skip gets engaged, it would have skipped too
much

t/run/locale.t

index b678fed..1e66498 100644 (file)
@@ -282,6 +282,7 @@ EOF
             "1.5", {}, "POSIX::strtod() uses underlying locale");
         }
     }
+} # SKIP
 
     {
         fresh_perl_is(<<"EOF",
@@ -306,7 +307,4 @@ EOF
 
     }
 
-
-} # SKIP
-
 sub last { 18 }