[pypy-commit] pypy default: oops

fijal noreply at buildbot.pypy.org
Wed Jul 11 18:27:58 CEST 2012


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: 
Changeset: r56029:df2149ea389e
Date: 2012-07-11 18:27 +0200
http://bitbucket.org/pypy/pypy/changeset/df2149ea389e/

Log:	oops

diff --git a/pypy/jit/backend/x86/test/test_ztranslation.py b/pypy/jit/backend/x86/test/test_ztranslation.py
--- a/pypy/jit/backend/x86/test/test_ztranslation.py
+++ b/pypy/jit/backend/x86/test/test_ztranslation.py
@@ -182,7 +182,7 @@
 
         def main():
             f()
-            ll_times = jit_hooks.stats_get_loop_run_times()
+            ll_times = jit_hooks.stats_get_loop_run_times(None)
             return len(ll_times)
 
         res = self.meta_interp(main, [])


More information about the pypy-commit mailing list