summaryrefslogtreecommitdiff
path: root/tests/errors/cpp_object_template.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/errors/cpp_object_template.pyx')
-rw-r--r--tests/errors/cpp_object_template.pyx6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/errors/cpp_object_template.pyx b/tests/errors/cpp_object_template.pyx
index 029293e39..e1a15c905 100644
--- a/tests/errors/cpp_object_template.pyx
+++ b/tests/errors/cpp_object_template.pyx
@@ -18,7 +18,7 @@ def memview():
vmv.push_back(array.array("i", [1,2,3]))
_ERRORS = u"""
-10:16: Python object type 'Python object' cannot be used as a template argument
-12:16: Python object type 'A' cannot be used as a template argument
-17:19: Reference-counted type 'int[:]' cannot be used as a template argument
+10:15: Python object type 'Python object' cannot be used as a template argument
+12:15: Python object type 'A' cannot be used as a template argument
+17:15: Reference-counted type 'int[:]' cannot be used as a template argument
"""