From: Jerry D. Hedden Date: Fri, 29 Jun 2007 12:02:17 +0000 (-0400) Subject: Fix up change 31494 X-Git-Tag: accepted/trunk/20130322.191538~14975 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=21ebe9a66415474b705d94b2a796a167715876c5;p=platform%2Fupstream%2Fperl.git Fix up change 31494 From: "Jerry D. Hedden" Message-ID: <1ff86f510706290902k57b540a5n446fad22c1afdab0@mail.gmail.com> p4raw-id: //depot/perl@31504 --- diff --git a/t/op/goto.t b/t/op/goto.t index 9f98490..9254d7c 100755 --- a/t/op/goto.t +++ b/t/op/goto.t @@ -449,8 +449,7 @@ like($@, qr/Can't goto subroutine from an eval-block/, 'eval block'); } TODO: { - local $TODO = "[perl #43403] goto() from an if to an else doesn't undo local -() changes"; + local $TODO = "[perl #43403] goto() from an if to an else doesn't undo local () changes"; our $global = "unmodified"; if ($global) { # true but not constant-folded local $global = "modified";