summaryrefslogtreecommitdiffstats
path: root/t/mustache-spec.t
diff options
context:
space:
mode:
Diffstat (limited to 't/mustache-spec.t')
-rw-r--r--t/mustache-spec.t3
1 files changed, 0 insertions, 3 deletions
diff --git a/t/mustache-spec.t b/t/mustache-spec.t
index 8ee1c10..a97cb10 100644
--- a/t/mustache-spec.t
+++ b/t/mustache-spec.t
@@ -16,9 +16,6 @@ for my $file (dir('t', 'mustache-spec', 'specs')->children) {
local $TODO = "unimplemented"
if $file->basename eq 'delimiters.json'
&& $test->{name} =~ /partial/i;
- local ($TODO, $SIG{__WARN__}) = ("unimplemented", sub { })
- if $file->basename eq '~lambdas.json'
- && $test->{name} =~ /section/i;
render_ok(
$test->{template},