summaryrefslogtreecommitdiff
path: root/tests/errors/undefinedname.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/errors/undefinedname.pyx')
-rw-r--r--tests/errors/undefinedname.pyx4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/errors/undefinedname.pyx b/tests/errors/undefinedname.pyx
index 8b531e775..4990dde37 100644
--- a/tests/errors/undefinedname.pyx
+++ b/tests/errors/undefinedname.pyx
@@ -6,6 +6,6 @@ def test(i):
return _this_local_name_does_not_exist_
_ERRORS = u"""
-1:37:undeclared name not builtin: _this_global_name_does_not_exist_
-4:43:undeclared name not builtin: _this_local_name_does_not_exist_
+3:37:undeclared name not builtin: _this_global_name_does_not_exist_
+6:43:undeclared name not builtin: _this_local_name_does_not_exist_
"""