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

pedronis at codespeak.net pedronis at codespeak.net
Sun Nov 5 17:07:37 CET 2006


Author: pedronis
Date: Sun Nov  5 17:07:36 2006
New Revision: 34247

Modified:
   pypy/dist/pypy/interpreter/pyparser/test/test_astbuilder.py
Log:
use something else than '_file.py'



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	Sun Nov  5 17:07:36 2006
@@ -787,8 +787,8 @@
     ]
 
 LIBSTUFF = [
-    '_file.py',
-    '_sio.py'
+      '_marshal.py',
+      '_sio.py'
     ]
 
 def test_snippets():



More information about the Pypy-commit mailing list