[pypy-svn] r43580 - pypy/branch/prolog-jit-experiments/pypy/jit/timeshifter/test

arigo at codespeak.net arigo at codespeak.net
Wed May 23 17:55:17 CEST 2007


Author: arigo
Date: Wed May 23 17:55:17 2007
New Revision: 43580

Modified:
   pypy/branch/prolog-jit-experiments/pypy/jit/timeshifter/test/test_portal.py
Log:
(cfbolz, arigo)  Refactored to be more enterprise-ready.


Modified: pypy/branch/prolog-jit-experiments/pypy/jit/timeshifter/test/test_portal.py
==============================================================================
--- pypy/branch/prolog-jit-experiments/pypy/jit/timeshifter/test/test_portal.py	(original)
+++ pypy/branch/prolog-jit-experiments/pypy/jit/timeshifter/test/test_portal.py	Wed May 23 17:55:17 2007
@@ -66,7 +66,7 @@
                            view = conftest.option.view and self.small)
 
         #if conftest.option.view and self.small:
-        #    t.viewcg()
+        #    t.view()
         self.postprocess_timeshifting()
         self.readportalgraph = self.hrtyper.readportalgraph
 



More information about the Pypy-commit mailing list