Author: Alex Gaynor <alex.gay...@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=...)
         """)
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to