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

hakanardo noreply at buildbot.pypy.org
Sat Dec 10 12:20:33 CET 2011


Author: Hakan Ardo <hakan at debian.org>
Branch: jit-targets
Changeset: r50338:51117c91db41
Date: 2011-12-10 11:43 +0100
http://bitbucket.org/pypy/pypy/changeset/51117c91db41/

Log:	fix test

diff --git a/pypy/module/pypyjit/test_pypy_c/test_call.py b/pypy/module/pypyjit/test_pypy_c/test_call.py
--- a/pypy/module/pypyjit/test_pypy_c/test_call.py
+++ b/pypy/module/pypyjit/test_pypy_c/test_call.py
@@ -438,7 +438,7 @@
             i33 = int_add_ovf(i15, i32)
             guard_no_overflow(descr=...)
             --TICK--
-            jump(p0, p1, p2, p5, i33, i32, p23, p30, p24, descr=...)
+            p39 = same_as(...) # Should be killed by backend
         """)
 
     def test_local_closure_is_virtual(self):


More information about the pypy-commit mailing list