Author: Matti Picus <[email protected]>
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 = """
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit