[pypy-svn] r49292 - pypy/dist/pypy/rlib/test

cfbolz at codespeak.net cfbolz at codespeak.net
Sun Dec 2 19:20:23 CET 2007


Author: cfbolz
Date: Sun Dec  2 19:20:21 2007
New Revision: 49292

Modified:
   pypy/dist/pypy/rlib/test/test_rope.py
Log:
this should really be indented one more level


Modified: pypy/dist/pypy/rlib/test/test_rope.py
==============================================================================
--- pypy/dist/pypy/rlib/test/test_rope.py	(original)
+++ pypy/dist/pypy/rlib/test/test_rope.py	Sun Dec  2 19:20:21 2007
@@ -400,7 +400,7 @@
             for c in result[i + j:]:
                 c2 = iter.nextchar()
                 assert c2 == c
-        py.test.raises(StopIteration, iter.nextchar)
+            py.test.raises(StopIteration, iter.nextchar)
 
 def test_find_int():
     rope, st = make_random_string()



More information about the Pypy-commit mailing list