summaryrefslogtreecommitdiff
path: root/t/04-errors.t
diff options
context:
space:
mode:
Diffstat (limited to 't/04-errors.t')
-rw-r--r--t/04-errors.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/04-errors.t b/t/04-errors.t
index 107c1bd..ae02713 100644
--- a/t/04-errors.t
+++ b/t/04-errors.t
@@ -1,6 +1,6 @@
#!perl
package main;
-use Test::Most qw(no_plan);
+use Test::Most tests=>7;
use strict;
use warnings;
use Tree::DAG_Node::XPath;