summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-08-18 17:55:58 -0500
committerJesse Luehrs <doy@tozt.net>2012-08-18 17:55:58 -0500
commit845e675a8d6e2c72f57d01636e848724c9412378 (patch)
treeef18129d4d981c20a47b394c3a2885227ba9f873
parent181be92311ff699faa2379050d7713f76983f5ee (diff)
downloadtry-845e675a8d6e2c72f57d01636e848724c9412378.tar.gz
try-845e675a8d6e2c72f57d01636e848724c9412378.zip
this works fine on 5.14+
-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");