summaryrefslogtreecommitdiff
path: root/tests/errors/e_bufaccess.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/errors/e_bufaccess.pyx')
-rw-r--r--tests/errors/e_bufaccess.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/errors/e_bufaccess.pyx b/tests/errors/e_bufaccess.pyx
index bc5b9c0f3..5be4876d5 100644
--- a/tests/errors/e_bufaccess.pyx
+++ b/tests/errors/e_bufaccess.pyx
@@ -17,7 +17,7 @@ def f():
_ERRORS = u"""
3:17: Buffer types only allowed as function local variables
5:21: Buffer types only allowed as function local variables
-8:31: "fakeoption" is not a buffer option
+8:27: "fakeoption" is not a buffer option
"""
#TODO:
#7:22: "ndim" must be non-negative