[pypy-svn] r74507 - pypy/trunk/pypy/module/pypyjit/test

arigo at codespeak.net arigo at codespeak.net
Thu May 13 10:59:05 CEST 2010


Author: arigo
Date: Thu May 13 10:59:03 2010
New Revision: 74507

Modified:
   pypy/trunk/pypy/module/pypyjit/test/test_pypy_c.py
Log:
Fix test.


Modified: pypy/trunk/pypy/module/pypyjit/test/test_pypy_c.py
==============================================================================
--- pypy/trunk/pypy/module/pypyjit/test/test_pypy_c.py	(original)
+++ pypy/trunk/pypy/module/pypyjit/test/test_pypy_c.py	Thu May 13 10:59:03 2010
@@ -613,7 +613,7 @@
             for i in range(100000):
                 total += f(i, 5)
             return total
-        ''', 100, ([], 4999450000L))
+        ''', 170, ([], 4999450000L))
 
 class AppTestJIT(PyPyCJITTests):
     def setup_class(cls):



More information about the Pypy-commit mailing list