[pypy-commit] pypy jit-short_from_state: fix test

hakanardo noreply at buildbot.pypy.org
Mon Jul 25 23:21:40 CEST 2011


Author: Hakan Ardo <hakan at debian.org>
Branch: jit-short_from_state
Changeset: r45988:08ac45421b77
Date: 2011-07-25 19:36 +0200
http://bitbucket.org/pypy/pypy/changeset/08ac45421b77/

Log:	fix test

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
@@ -2322,7 +2322,7 @@
         p2 = new_with_vtable(ConstClass(node_vtable))
         setfield_gc(p2, p4, descr=nextdescr)
         setfield_gc(p1, p2, descr=nextdescr)
-        jump(p1, i2, i4, p4)
+        jump(p1, i2, i4, p4, i4)
         """
         expected = """
         [p1, i2, i4, p4, i5]


More information about the pypy-commit mailing list