[pypy-svn] r78203 - pypy/trunk/pypy/translator/c/test

afa at codespeak.net afa at codespeak.net
Fri Oct 22 14:14:14 CEST 2010


Author: afa
Date: Fri Oct 22 14:14:12 2010
New Revision: 78203

Modified:
   pypy/trunk/pypy/translator/c/test/test_typed.py
Log:
The actual (failing) test


Modified: pypy/trunk/pypy/translator/c/test/test_typed.py
==============================================================================
--- pypy/trunk/pypy/translator/c/test/test_typed.py	(original)
+++ pypy/trunk/pypy/translator/c/test/test_typed.py	Fri Oct 22 14:14:12 2010
@@ -842,7 +842,7 @@
             try:
                 with C('hello') as c:
                     state.append(c.name)
-                    if 1:
+                    if n:
                         raise ValueError
             except ValueError:
                 pass



More information about the Pypy-commit mailing list