[pypy-commit] pypy default: maybe nicer with different indexes

hakanardo noreply at buildbot.pypy.org
Thu Sep 29 20:14:42 CEST 2011


Author: Hakan Ardo <hakan at debian.org>
Branch: 
Changeset: r47690:1834a7592c06
Date: 2011-09-29 20:14 +0200
http://bitbucket.org/pypy/pypy/changeset/1834a7592c06/

Log:	maybe nicer with different indexes

diff --git a/pypy/jit/metainterp/optimizeopt/test/test_optimizeopt.py b/pypy/jit/metainterp/optimizeopt/test/test_optimizeopt.py
--- a/pypy/jit/metainterp/optimizeopt/test/test_optimizeopt.py
+++ b/pypy/jit/metainterp/optimizeopt/test/test_optimizeopt.py
@@ -7224,7 +7224,7 @@
         ops = """
         [p1, p2]
         setarrayitem_gc(p1, 2, 10, descr=arraydescr)
-        setarrayitem_gc(p2, 2, 13, descr=arraydescr)        
+        setarrayitem_gc(p2, 3, 13, descr=arraydescr)        
         call(0, p1, p2, 0, 0, 10, descr=arraycopydescr)
         jump(p1, p2)
         """


More information about the pypy-commit mailing list