summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--t/06-code.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/06-code.t b/t/06-code.t
index aa77ef3..853b165 100644
--- a/t/06-code.t
+++ b/t/06-code.t
@@ -1,5 +1,5 @@
#!perl
-use Test::Most 'no_plan','die';
+use Test::Most tests => 2,'die';
use strict;
use warnings;
use Tree::Template::Declare options => {builder => '+DAG_Node'};