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

hakanardo noreply at buildbot.pypy.org
Wed Nov 23 18:59:57 CET 2011


Author: Hakan Ardo <hakan at debian.org>
Branch: jit-targets
Changeset: r49700:556382e97898
Date: 2011-11-23 18:59 +0100
http://bitbucket.org/pypy/pypy/changeset/556382e97898/

Log:	fix test

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
@@ -913,6 +913,9 @@
         pass
     def getvalue(*args):
         pass
+    def emit_operation(*args):
+        pass
+
 
 class TestShortBoxes:
     p1 = BoxPtr()


More information about the pypy-commit mailing list