summaryrefslogtreecommitdiff
path: root/tests/run/cpp_stl_conversion.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run/cpp_stl_conversion.pyx')
-rw-r--r--tests/run/cpp_stl_conversion.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run/cpp_stl_conversion.pyx b/tests/run/cpp_stl_conversion.pyx
index 5278c677a..ccebc700e 100644
--- a/tests/run/cpp_stl_conversion.pyx
+++ b/tests/run/cpp_stl_conversion.pyx
@@ -15,7 +15,7 @@ py_set = set
py_xrange = xrange
py_unicode = unicode
-cdef string add_strings(string a, string b):
+cdef string add_strings(string a, string b) except *:
return a + b
def normalize(bytes b):