From ef5e3c2503a6c205c533484de9adfdd70069e325 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Fri, 12 Dec 2008 23:03:50 +0100 Subject: [PATCH] test fix --- tests/errors/nogil.pyx | 1 - 1 file changed, 1 deletion(-) 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 -- 2.26.2