[pypy-svn] r63992 - pypy/trunk/pypy/interpreter/pyparser/test

fijal at codespeak.net fijal at codespeak.net
Sun Apr 12 19:09:31 CEST 2009


Author: fijal
Date: Sun Apr 12 19:09:30 2009
New Revision: 63992

Modified:
   pypy/trunk/pypy/interpreter/pyparser/test/test_astbuilder.py
Log:
snippet_samples was removed, update this test


Modified: pypy/trunk/pypy/interpreter/pyparser/test/test_astbuilder.py
==============================================================================
--- pypy/trunk/pypy/interpreter/pyparser/test/test_astbuilder.py	(original)
+++ pypy/trunk/pypy/interpreter/pyparser/test/test_astbuilder.py	Sun Apr 12 19:09:30 2009
@@ -265,7 +265,6 @@
     'snippet_simple_in_expr.py',
     'snippet_slice.py',
     'snippet_whitespaces.py',
-    'snippet_samples.py',
     'snippet_decorators.py',
     'snippet_decorators_2.py',
     'snippet_listlinenos.py',



More information about the Pypy-commit mailing list