summaryrefslogtreecommitdiff
path: root/tests/errors/e_cpp_only_features.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/errors/e_cpp_only_features.pyx')
-rw-r--r--tests/errors/e_cpp_only_features.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/errors/e_cpp_only_features.pyx b/tests/errors/e_cpp_only_features.pyx
index 005e415e6..19b7a6e39 100644
--- a/tests/errors/e_cpp_only_features.pyx
+++ b/tests/errors/e_cpp_only_features.pyx
@@ -21,6 +21,6 @@ def use_del():
_ERRORS = """
8:10: typeid operator only allowed in c++
8:23: typeid operator only allowed in c++
-14:20: Operation only allowed in c++
+14:16: Operation only allowed in c++
19:4: Operation only allowed in c++
"""