summaryrefslogtreecommitdiff
path: root/tests/errors/e_nogilfunctype.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/errors/e_nogilfunctype.pyx')
-rw-r--r--tests/errors/e_nogilfunctype.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/errors/e_nogilfunctype.pyx b/tests/errors/e_nogilfunctype.pyx
index ccac37b7e..ac06af27e 100644
--- a/tests/errors/e_nogilfunctype.pyx
+++ b/tests/errors/e_nogilfunctype.pyx
@@ -10,7 +10,7 @@ fp = f
fp = <fp_t>f
_ERRORS = u"""
-9:5: Cannot assign type 'void (void)' to 'void (*)(void) nogil'
+9:5: Cannot assign type 'void (void) noexcept' to 'void (*)(void) noexcept nogil'
"""
_WARNINGS = """