Author: Maciej Fijalkowski <[email protected]>
Branch: optresult-unroll
Changeset: r79161:83797180a4da
Date: 2015-08-23 17:50 +0200
http://bitbucket.org/pypy/pypy/changeset/83797180a4da/

Log:    fix the test

diff --git a/rpython/jit/metainterp/test/test_ajit.py 
b/rpython/jit/metainterp/test/test_ajit.py
--- a/rpython/jit/metainterp/test/test_ajit.py
+++ b/rpython/jit/metainterp/test/test_ajit.py
@@ -2505,7 +2505,7 @@
                 if counter > 10:
                     return 7
         assert self.meta_interp(build, []) == 7
-        self.check_resops(getfield_gc_pure=2)
+        self.check_resops(getfield_gc_pure_r=2)
 
     def test_args_becomming_equal(self):
         myjitdriver = JitDriver(greens = [], reds = ['n', 'i', 'sa', 'a', 'b'])
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to