[pypy-svn] r20266 - pypy/branch/somepbc-refactoring/pypy/rpython/test

pedronis at codespeak.net pedronis at codespeak.net
Sat Nov 26 03:13:12 CET 2005


Author: pedronis
Date: Sat Nov 26 03:13:08 2005
New Revision: 20266

Modified:
   pypy/branch/somepbc-refactoring/pypy/rpython/test/test_rpbc.py
Log:
shallow issue to start with.



Modified: pypy/branch/somepbc-refactoring/pypy/rpython/test/test_rpbc.py
==============================================================================
--- pypy/branch/somepbc-refactoring/pypy/rpython/test/test_rpbc.py	(original)
+++ pypy/branch/somepbc-refactoring/pypy/rpython/test/test_rpbc.py	Sat Nov 26 03:13:08 2005
@@ -852,7 +852,7 @@
         return a + b
     from pypy.translator import translator
     from pypy.translator import annrpython
-    a = annrpython.RPythonAnnotator(translator.Translator(simplifying=True))
+    a = annrpython.RPythonAnnotator()
     from pypy.annotation import model as annmodel
     
     s_f = a.bookkeeper.immutablevalue(f) 



More information about the Pypy-commit mailing list