Author: Benjamin Peterson <[email protected]>
Branch: 
Changeset: r44882:a893e17a1831
Date: 2011-06-10 16:44 -0500
http://bitbucket.org/pypy/pypy/changeset/a893e17a1831/

Log:    invent_fail_descr now takes another argument

diff --git a/pypy/jit/metainterp/test/test_optimizeopt.py 
b/pypy/jit/metainterp/test/test_optimizeopt.py
--- a/pypy/jit/metainterp/test/test_optimizeopt.py
+++ b/pypy/jit/metainterp/test/test_optimizeopt.py
@@ -145,7 +145,7 @@
 class BaseTestOptimizeOpt(BaseTest):
     jit_ffi = False
 
-    def invent_fail_descr(self, fail_args):
+    def invent_fail_descr(self, model, fail_args):
         if fail_args is None:
             return None
         descr = Storage()
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to