summaryrefslogtreecommitdiff
path: root/tests/errors
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2023-01-25 14:30:23 +0100
committerStefan Behnel <stefan_ml@behnel.de>2023-01-25 14:30:23 +0100
commit488c31c2978633e9e0b03a8eb7e854add3328acc (patch)
treefa525f3ba8217ae83b04fc17e9d2a34b174ffa30 /tests/errors
parentd725b375b8419a46a03bec650f73f59acc984b60 (diff)
downloadcython-488c31c2978633e9e0b03a8eb7e854add3328acc.tar.gz
Fix test.
Diffstat (limited to 'tests/errors')
-rw-r--r--tests/errors/tree_assert.pyx4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/errors/tree_assert.pyx b/tests/errors/tree_assert.pyx
index b76990cab..09e54c67b 100644
--- a/tests/errors/tree_assert.pyx
+++ b/tests/errors/tree_assert.pyx
@@ -13,6 +13,6 @@ def test():
_ERRORS = u"""
5:0: Expected path '//ComprehensionNode' not found in result tree
5:0: Expected path '//ComprehensionNode//FuncDefNode' not found in result tree
-5:0: Unexpected path '//NameNode' found in result tree
-5:0: Unexpected path '//SimpleCallNode' found in result tree
+10:4: Unexpected path '//NameNode' found in result tree
+10:10: Unexpected path '//SimpleCallNode' found in result tree
"""