[pypy-svn] r70856 - pypy/branch/lazy-operr-format/lib-python/modified-2.5.2/test

arigo at codespeak.net arigo at codespeak.net
Mon Jan 25 22:29:39 CET 2010


Author: arigo
Date: Mon Jan 25 22:29:38 2010
New Revision: 70856

Modified:
   pypy/branch/lazy-operr-format/lib-python/modified-2.5.2/test/test_genexps.py
Log:
Fix the error message.


Modified: pypy/branch/lazy-operr-format/lib-python/modified-2.5.2/test/test_genexps.py
==============================================================================
--- pypy/branch/lazy-operr-format/lib-python/modified-2.5.2/test/test_genexps.py	(original)
+++ pypy/branch/lazy-operr-format/lib-python/modified-2.5.2/test/test_genexps.py	Mon Jan 25 22:29:38 2010
@@ -109,7 +109,7 @@
     Traceback (most recent call last):
       File "<pyshell#4>", line 1, in -toplevel-
         (i for i in 6)
-    TypeError: iteration over non-sequence
+    TypeError: 'int' object is not iterable
 
 Verify late binding for the outermost if-expression
 



More information about the Pypy-commit mailing list