[pypy-commit] pypy default: fix test

mattip noreply at buildbot.pypy.org
Sun May 10 21:03:40 CEST 2015


Author: mattip <matti.picus at gmail.com>
Branch: 
Changeset: r77284:2d95ca250540
Date: 2015-05-10 21:39 +0300
http://bitbucket.org/pypy/pypy/changeset/2d95ca250540/

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
@@ -435,7 +435,6 @@
             guard_value(i4, 1, descr=...)
             guard_isnull(p5, descr=...)
             guard_nonnull_class(p12, ConstClass(W_IntObject), descr=...)
-            guard_value(i8, 0, descr=...)
             guard_value(p2, ConstPtr(ptr21), descr=...)
             i22 = getfield_gc_pure(p12, descr=<FieldS pypy.objspace.std.intobject.W_IntObject.inst_intval .*>)
             i24 = int_lt(i22, 5000)


More information about the pypy-commit mailing list