[pypy-commit] pypy unicode-utf8-py3: fix merge

mattip pypy.commits at gmail.com
Tue Jan 15 18:18:20 EST 2019


Author: Matti Picus <matti.picus at gmail.com>
Branch: unicode-utf8-py3
Changeset: r95638:bba58ab418cb
Date: 2019-01-15 08:17 +0200
http://bitbucket.org/pypy/pypy/changeset/bba58ab418cb/

Log:	fix merge

diff --git a/pypy/module/pypyjit/test_pypy_c/test_misc.py b/pypy/module/pypyjit/test_pypy_c/test_misc.py
--- a/pypy/module/pypyjit/test_pypy_c/test_misc.py
+++ b/pypy/module/pypyjit/test_pypy_c/test_misc.py
@@ -191,8 +191,6 @@
         assert log.result == 1000 * 999 / 2
         loop, = log.loops_by_filename(self.filepath)
         assert loop.match(self.RANGE_ITER_STEP_1)
-            i94 = int_lt(0, i9)
-            guard_true(i94, descr=...)
 
     def test_chain_of_guards(self):
         src = """


More information about the pypy-commit mailing list