summaryrefslogtreecommitdiff
path: root/tests/errors/e_cstruct.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/errors/e_cstruct.pyx')
-rw-r--r--tests/errors/e_cstruct.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/errors/e_cstruct.pyx b/tests/errors/e_cstruct.pyx
index ad3ca9695..e0a09fbeb 100644
--- a/tests/errors/e_cstruct.pyx
+++ b/tests/errors/e_cstruct.pyx
@@ -24,7 +24,7 @@ cdef void eggs(Spam s):
_ERRORS = u"""
-7:39: C struct/union member cannot be a Python object
+7:4: C struct/union member cannot be a Python object
17:9: Object of type 'Spam' has no attribute 'k'
18:9: Cannot assign type 'float (*)[42]' to 'int'
19:10: Cannot assign type 'int' to 'float (*)[42]'