From aa7b209d55f785985630f5749e46c4760e2b7c8d Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sat, 19 Jul 2008 11:55:32 +0200 Subject: [PATCH] test fix --- tests/run/nogil.pyx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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): -- 2.26.2