Another ex-PVBM assert
[p5sagit/p5-mst-13.2.git] / t / op / goto.t
index 9f98490..9254d7c 100755 (executable)
@@ -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";