untodo the no-longer-failing todo test for rgs' patch
Jesse Vincent [Fri, 2 Apr 2010 19:22:01 +0000 (15:22 -0400)]
t/op/eval.t

index 8220a45..98fbc1e 100644 (file)
@@ -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
-}
+