summaryrefslogtreecommitdiff
path: root/tests/run/cpdef_void_return.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run/cpdef_void_return.pyx')
-rw-r--r--tests/run/cpdef_void_return.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run/cpdef_void_return.pyx b/tests/run/cpdef_void_return.pyx
index e15448505..7943c3466 100644
--- a/tests/run/cpdef_void_return.pyx
+++ b/tests/run/cpdef_void_return.pyx
@@ -1,4 +1,4 @@
-cpdef void unraisable():
+cpdef void unraisable() noexcept:
"""
>>> unraisable()
here