Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r60020:cd501411ebdc
Date: 2013-01-13 11:11 +0100
http://bitbucket.org/pypy/pypy/changeset/cd501411ebdc/

Log:    Fix

diff --git a/pypy/jit/backend/test/test_random.py 
b/pypy/jit/backend/test/test_random.py
--- a/pypy/jit/backend/test/test_random.py
+++ b/pypy/jit/backend/test/test_random.py
@@ -618,6 +618,7 @@
             if v not in used_later:
                 endvars.append(v)
         r.shuffle(endvars)
+        endvars = endvars[:1]
         loop.operations.append(ResOperation(rop.FINISH, endvars, None,
                                             descr=BasicFailDescr()))
         if builder.should_fail_by:
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to