From: Karl Williamson Date: Sat, 15 Feb 2014 22:16:45 +0000 (-0700) Subject: t/run/locale.t: Fix SKIP end position X-Git-Tag: upstream/5.20.0~414 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=11220351406fcf39ea66bb98aefda047b04aec78;p=platform%2Fupstream%2Fperl.git t/run/locale.t: Fix SKIP end position On the platforms where this skip gets engaged, it would have skipped too much --- 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 }