diff options
Diffstat (limited to 'tests/errors/nogil.pyx')
-rw-r--r-- | tests/errors/nogil.pyx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/errors/nogil.pyx b/tests/errors/nogil.pyx index b6d5035e6..10a9fe7e7 100644 --- a/tests/errors/nogil.pyx +++ b/tests/errors/nogil.pyx @@ -78,9 +78,9 @@ cdef void t(C c) nogil: _ERRORS = u""" - 1: 5: Function with Python return type cannot be declared nogil - 6: 6: Assignment of Python object not allowed without gil - 4: 5: Function declared nogil has Python locals or temporaries +1: 5: Function with Python return type cannot be declared nogil +6: 6: Assignment of Python object not allowed without gil +4: 5: Function declared nogil has Python locals or temporaries 11: 5: Function with Python return type cannot be declared nogil 15: 5: Calling gil-requiring function without gil 24: 9: Calling gil-requiring function without gil |