[pypy-svn] pypy jit-int: typo

hakanardo commits-noreply at bitbucket.org
Sat Jan 8 10:22:38 CET 2011


Author: Hakan Ardo <hakan at debian.org>
Branch: jit-int
Changeset: r40486:c3394966bb5a
Date: 2011-01-08 09:55 +0100
http://bitbucket.org/pypy/pypy/changeset/c3394966bb5a/

Log:	typo

diff --git a/pypy/module/pypyjit/test/test_pypy_c.py b/pypy/module/pypyjit/test/test_pypy_c.py
--- a/pypy/module/pypyjit/test/test_pypy_c.py
+++ b/pypy/module/pypyjit/test/test_pypy_c.py
@@ -1431,7 +1431,7 @@
 %s                
                 i += 1
             return sa
-        ''' % code, 0,   ([a1, b1], 2000 * res1),
+        ''' % code, 179, ([a1, b1], 2000 * res1),
                          ([a2, b2], 2000 * res2),
                          ([a3, b3], 2000 * res3),
                          count_debug_merge_point=False)


More information about the Pypy-commit mailing list