Author: Hakan Ardo <[email protected]>
Branch: step-one-xrange
Changeset: r55026:6936c6b7b66a
Date: 2012-05-11 07:47 +0200
http://bitbucket.org/pypy/pypy/changeset/6936c6b7b66a/

Log:    fix test

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
@@ -159,7 +159,7 @@
         i23 = int_add_ovf(i6, i10)
         guard_no_overflow(descr=...)
         --TICK--
-        jump(..., descr=<Loop0>)
+        jump(..., descr=...)
         """)
 
     def test_range_iter(self):
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to