[pypy-commit] pypy default: fixed test

alex_gaynor noreply at buildbot.pypy.org
Fri Aug 30 03:15:25 CEST 2013


Author: Alex Gaynor <alex.gaynor at gmail.com>
Branch: 
Changeset: r66440:9321e93e4d2d
Date: 2013-08-29 18:14 -0700
http://bitbucket.org/pypy/pypy/changeset/9321e93e4d2d/

Log:	fixed test

diff --git a/pypy/module/pypyjit/test_pypy_c/test_containers.py b/pypy/module/pypyjit/test_pypy_c/test_containers.py
--- a/pypy/module/pypyjit/test_pypy_c/test_containers.py
+++ b/pypy/module/pypyjit/test_pypy_c/test_containers.py
@@ -255,8 +255,8 @@
         assert loop.match("""
             i7 = int_lt(i5, i6)
             guard_true(i7, descr=...)
+            i9 = int_add(i5, 1)
             guard_not_invalidated(descr=...)
-            i9 = int_add(i5, 1)
             --TICK--
             jump(..., descr=...)
         """)


More information about the pypy-commit mailing list