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.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/04-errors.t b/t/04-errors.t
index 9e2903a..107c1bd 100644
--- a/t/04-errors.t
+++ b/t/04-errors.t
@@ -6,6 +6,7 @@ use warnings;
use Tree::DAG_Node::XPath;
sub Tree::DAG_Node::XPath::Root::xpath_get_root_node { return $_[0] }
+sub Tree::DAG_Node::XPath::Root::xpath_get_parent_node { return }
my $tree=Tree::DAG_Node::XPath->new();
$tree->name('base');