test fix
authorStefan Behnel <scoder@users.berlios.de>
Sat, 19 Jul 2008 09:55:32 +0000 (11:55 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Sat, 19 Jul 2008 09:55:32 +0000 (11:55 +0200)
tests/run/nogil.pyx

index 2671b9a1dd325292c38d533ccf3a62b708d88456..0798b53cfed54c6c0f37509bcfb33dc2e1e19cb7 100644 (file)
@@ -1,8 +1,8 @@
 __doc__ = u"""
 >>> test(5)
-89
+47
 >>> test(11)
-95
+53
 """
 
 def test(int x):