summaryrefslogtreecommitdiff
path: root/t/01-basic.t
diff options
context:
space:
mode:
Diffstat (limited to 't/01-basic.t')
-rw-r--r--t/01-basic.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/01-basic.t b/t/01-basic.t
index a6670a5..e947e7a 100644
--- a/t/01-basic.t
+++ b/t/01-basic.t
@@ -32,7 +32,7 @@ package OtherTransform;{
}
package main;
-use Test::Most qw(no_plan die);
+use Test::Most tests=>2,'die';
use strict;
use warnings;
use Tree::DAG_Node::XPath;