Author: Armin Rigo <[email protected]>
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):
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit