Author: hager <[email protected]>
Branch: ppc-jit-backend
Changeset: r51193:768f640c18b7
Date: 2012-01-10 11:36 +0100
http://bitbucket.org/pypy/pypy/changeset/768f640c18b7/

Log:    rename test, start with 2 arguments

diff --git a/pypy/jit/backend/ppc/test/test_runner.py 
b/pypy/jit/backend/ppc/test/test_runner.py
--- a/pypy/jit/backend/ppc/test/test_runner.py
+++ b/pypy/jit/backend/ppc/test/test_runner.py
@@ -26,7 +26,7 @@
         py.test.skip("unsure what to do here")
 
     def test_compile_loop_many_int_args(self):
-        for numargs in range(1, 16):
+        for numargs in range(2, 16):
             for _ in range(numargs):
                 self.cpu.reserve_some_free_fail_descr_number()
             ops = []
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to