From: Stefan Behnel Date: Fri, 12 Dec 2008 22:03:50 +0000 (+0100) Subject: test fix X-Git-Tag: 0.11-beta~140 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ef5e3c2503a6c205c533484de9adfdd70069e325;p=cython.git test fix --- diff --git a/tests/errors/nogil.pyx b/tests/errors/nogil.pyx index f22b98dd..b6d5035e 100644 --- a/tests/errors/nogil.pyx +++ b/tests/errors/nogil.pyx @@ -81,7 +81,6 @@ _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 - 8: 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