summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--t/basic.t1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/basic.t b/t/basic.t
index 0e2e324..02e9437 100644
--- a/t/basic.t
+++ b/t/basic.t
@@ -100,7 +100,6 @@ sub Evil::new { bless { }, $_[0] }
die "foo";
} catch {
pass("catch invoked");
- local $TODO = "i don't think we can ever make this work sanely, maybe with SIG{__DIE__}";
like($_, qr/foo/);
}
pass("syntax ok");