From: Jesse Vincent Date: Fri, 2 Apr 2010 19:22:01 +0000 (-0400) Subject: untodo the no-longer-failing todo test for rgs' patch X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f678642fcc8925f8f3325d3ccc96b6ce794d0a79;p=p5sagit%2Fp5-mst-13.2.git untodo the no-longer-failing todo test for rgs' patch --- diff --git a/t/op/eval.t b/t/op/eval.t index 8220a45..98fbc1e 100644 --- a/t/op/eval.t +++ b/t/op/eval.t @@ -595,12 +595,10 @@ eval { print "ok\n"; EOP -TODO: { - local $TODO = 'syntax errors in block evals segfault since 32e2a35d'; fresh_perl_is(<<'EOP', "ok\n", undef, 'segfault on syntax errors in block evals'); # localize the hits hash so the eval ends up with the pad offset of a copy of it in its targ BEGIN { $^H |= 0x00020000 } eval q{ eval { + } }; print "ok\n"; EOP -} +