From 11220351406fcf39ea66bb98aefda047b04aec78 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sat, 15 Feb 2014 15:16:45 -0700 Subject: [PATCH] t/run/locale.t: Fix SKIP end position On the platforms where this skip gets engaged, it would have skipped too much --- t/run/locale.t | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/t/run/locale.t b/t/run/locale.t index b678fed..1e66498 100644 --- a/t/run/locale.t +++ b/t/run/locale.t @@ -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 } -- 2.7.4