diff options
author | Karl Williamson <public@khwilliamson.com> | 2014-02-15 15:16:45 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2014-02-15 15:50:35 -0700 |
commit | 11220351406fcf39ea66bb98aefda047b04aec78 (patch) | |
tree | 1353f05d74b9e595db3ceb6da0311ab3ad02fde8 /t/run | |
parent | c835d6be1e0eea17f47fce50f2a00877041e96b3 (diff) | |
download | perl-11220351406fcf39ea66bb98aefda047b04aec78.tar.gz |
t/run/locale.t: Fix SKIP end position
On the platforms where this skip gets engaged, it would have skipped too
much
Diffstat (limited to 't/run')
-rw-r--r-- | t/run/locale.t | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/t/run/locale.t b/t/run/locale.t index b678fede8b..1e66498fd6 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 } |