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.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/mustache-spec.t b/t/mustache-spec.t
index 9829b04..3713abc 100644
--- a/t/mustache-spec.t
+++ b/t/mustache-spec.t
@@ -12,7 +12,7 @@ for my $file (dir('t', 'mustache-spec', 'specs')->children) {
next if $file->basename =~ /^~/; # for now
next if $file->basename =~ /partials/;
my $tests = decode_json($file->slurp);
- diag("running " . $file->basename . " tests");
+ note("running " . $file->basename . " tests");
for my $test (@{ $tests->{tests} }) {
local $TODO = "unimplemented"
if $file->basename eq 'delimiters.json'