[pypy-commit] pypy jit-opaque-licm: fix tests

hakanardo noreply at buildbot.pypy.org
Fri Jul 20 19:26:16 CEST 2012


Author: Hakan Ardo <hakan at debian.org>
Branch: jit-opaque-licm
Changeset: r56297:75e69ba25db6
Date: 2012-07-20 19:19 +0200
http://bitbucket.org/pypy/pypy/changeset/75e69ba25db6/

Log:	fix tests

diff --git a/pypy/jit/metainterp/test/test_virtualstate.py b/pypy/jit/metainterp/test/test_virtualstate.py
--- a/pypy/jit/metainterp/test/test_virtualstate.py
+++ b/pypy/jit/metainterp/test/test_virtualstate.py
@@ -1003,6 +1003,8 @@
     pass
 
 class FakeOptimizer:
+    def __init__(self):
+        self.opaque_pointers = {}
     def make_equal_to(*args):
         pass
     def getvalue(*args):


More information about the pypy-commit mailing list