From: Stefan Behnel Date: Sat, 19 Jul 2008 09:55:32 +0000 (+0200) Subject: test fix X-Git-Tag: 0.9.8.1~116 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=aa7b209d55f785985630f5749e46c4760e2b7c8d;p=cython.git test fix --- diff --git a/tests/run/nogil.pyx b/tests/run/nogil.pyx index 2671b9a1..0798b53c 100644 --- a/tests/run/nogil.pyx +++ b/tests/run/nogil.pyx @@ -1,8 +1,8 @@ __doc__ = u""" >>> test(5) -89 +47 >>> test(11) -95 +53 """ def test(int x):