[pypy-svn] r12932 - pypy/dist/pypy/rpython/test

arigo at codespeak.net arigo at codespeak.net
Tue May 31 16:43:25 CEST 2005


Author: arigo
Date: Tue May 31 16:43:25 2005
New Revision: 12932

Modified:
   pypy/dist/pypy/rpython/test/test_rstr.py
Log:
Again.


Modified: pypy/dist/pypy/rpython/test/test_rstr.py
==============================================================================
--- pypy/dist/pypy/rpython/test/test_rstr.py	(original)
+++ pypy/dist/pypy/rpython/test/test_rstr.py	Tue May 31 16:43:25 2005
@@ -40,5 +40,5 @@
     t.annotate([str])
     typer = RPythonTyper(t.annotator)
     typer.specialize()
-    t.view()
+    #t.view()
     t.checkgraphs()



More information about the Pypy-commit mailing list