[pypy-svn] r17375 - pypy/dist/pypy/interpreter/pyparser/test

pedronis at codespeak.net pedronis at codespeak.net
Thu Sep 8 17:46:35 CEST 2005


Author: pedronis
Date: Thu Sep  8 17:46:34 2005
New Revision: 17375

Modified:
   pypy/dist/pypy/interpreter/pyparser/test/test_astbuilder.py
Log:
test if const



Modified: pypy/dist/pypy/interpreter/pyparser/test/test_astbuilder.py
==============================================================================
--- pypy/dist/pypy/interpreter/pyparser/test/test_astbuilder.py	(original)
+++ pypy/dist/pypy/interpreter/pyparser/test/test_astbuilder.py	Thu Sep  8 17:46:34 2005
@@ -261,6 +261,7 @@
 """,
     "if a and not b == c: pass",
     "if a and not not not b == c: pass",
+    "if 0: print 'foo'"
     ]
 
 asserts = [



More information about the Pypy-commit mailing list