[pypy-commit] pypy default: fix the jit hook test

fijal noreply at buildbot.pypy.org
Sun Dec 2 18:51:17 CET 2012


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: 
Changeset: r59218:134dd821469c
Date: 2012-12-02 09:51 -0800
http://bitbucket.org/pypy/pypy/changeset/134dd821469c/

Log:	fix the jit hook test

diff --git a/pypy/module/pypyjit/test/test_jit_hook.py b/pypy/module/pypyjit/test/test_jit_hook.py
--- a/pypy/module/pypyjit/test/test_jit_hook.py
+++ b/pypy/module/pypyjit/test/test_jit_hook.py
@@ -120,7 +120,6 @@
         assert info.loop_no == 0
         assert info.type == 'loop'
         raises(TypeError, 'info.bridge_no')
-        assert info.key == ('loop', 0)
         assert len(info.operations) == 4
         int_add = info.operations[0]
         dmp = info.operations[1]


More information about the pypy-commit mailing list