summaryrefslogtreecommitdiffstats
path: root/t/block-helper-builtins.t
diff options
context:
space:
mode:
Diffstat (limited to 't/block-helper-builtins.t')
-rw-r--r--t/block-helper-builtins.t2
1 files changed, 0 insertions, 2 deletions
diff --git a/t/block-helper-builtins.t b/t/block-helper-builtins.t
index dac692e..504b350 100644
--- a/t/block-helper-builtins.t
+++ b/t/block-helper-builtins.t
@@ -196,7 +196,6 @@ RENDERED
"unless helper (true)"
);
-{ local $TODO = "unimplemented"; local $SIG{__WARN__} = sub { };
render_ok(
<<'TEMPLATE',
<ul class="people_list">
@@ -222,6 +221,5 @@ TEMPLATE
RENDERED
"each helper with ../"
);
-}
done_testing;