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

cfbolz at codespeak.net cfbolz at codespeak.net
Tue Oct 16 15:53:10 CEST 2007


Author: cfbolz
Date: Tue Oct 16 15:53:08 2007
New Revision: 47499

Modified:
   pypy/dist/pypy/rpython/test/test_llinterp.py
Log:
add a view graph


Modified: pypy/dist/pypy/rpython/test/test_llinterp.py
==============================================================================
--- pypy/dist/pypy/rpython/test/test_llinterp.py	(original)
+++ pypy/dist/pypy/rpython/test/test_llinterp.py	Tue Oct 16 15:53:08 2007
@@ -55,6 +55,8 @@
         from pypy.translator.backendopt.all import backend_optimizations
         backend_optimizations(t)
         timelog("checking graphs", t.checkgraphs)
+        if viewbefore:
+            t.view()
     desc = t.annotator.bookkeeper.getdesc(func)
     graph = desc.specialize(argtypes)
     return t, typer, graph



More information about the Pypy-commit mailing list