Author: Armin Rigo <[email protected]>
Branch: emit-call-x86
Changeset: r64346:eae2a91c2dd3
Date: 2013-05-19 21:15 +0200
http://bitbucket.org/pypy/pypy/changeset/eae2a91c2dd3/

Log:    done, seems to work

diff --git a/rpython/jit/backend/test/runner_test.py 
b/rpython/jit/backend/test/runner_test.py
--- a/rpython/jit/backend/test/runner_test.py
+++ b/rpython/jit/backend/test/runner_test.py
@@ -2645,7 +2645,7 @@
                 (types.float,  rffi.FLOAT),
                 ] * 4
 
-        for k in range(1000):
+        for k in range(100):
             #
             def pseudo_c_function(*args):
                 seen.append(list(args))
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to