[pypy-commit] pypy optresult-unroll: fix the test

fijal noreply at buildbot.pypy.org
Sun Aug 23 17:50:26 CEST 2015


Author: Maciej Fijalkowski <fijall at gmail.com>
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'])


More information about the pypy-commit mailing list