[pypy-commit] pypy op_malloc_gc: fix

arigo noreply at buildbot.pypy.org
Mon Dec 19 13:32:20 CET 2011


Author: Armin Rigo <arigo at tunes.org>
Branch: op_malloc_gc
Changeset: r50703:4b7166b905f8
Date: 2011-12-19 13:32 +0100
http://bitbucket.org/pypy/pypy/changeset/4b7166b905f8/

Log:	fix

diff --git a/pypy/jit/metainterp/test/test_executor.py b/pypy/jit/metainterp/test/test_executor.py
--- a/pypy/jit/metainterp/test/test_executor.py
+++ b/pypy/jit/metainterp/test/test_executor.py
@@ -18,7 +18,7 @@
     pass
 
 class FakeCallDescr(FakeDescr):
-    def get_return_type(self):
+    def get_result_type(self):
         return history.FLOAT
 
 class FakeFieldDescr(FakeDescr):


More information about the pypy-commit mailing list