[pypy-commit] pypy step-one-xrange: fix test

hakanardo noreply at buildbot.pypy.org
Fri May 11 07:48:16 CEST 2012


Author: Hakan Ardo <hakan at debian.org>
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):


More information about the pypy-commit mailing list