summaryrefslogtreecommitdiff
path: root/tests/errors/e_multass.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/errors/e_multass.pyx')
-rw-r--r--tests/errors/e_multass.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/errors/e_multass.pyx b/tests/errors/e_multass.pyx
index 1cd991137..2005d5b08 100644
--- a/tests/errors/e_multass.pyx
+++ b/tests/errors/e_multass.pyx
@@ -5,5 +5,5 @@ def f(obj1a, obj1b):
cdef int *ptr2
int1, int3, obj1a = int2, ptr2, obj1b # error
_ERRORS = u"""
-4:31: Cannot assign type 'int *' to 'int'
+6:31: Cannot assign type 'int *' to 'int'
"""