[pypy-svn] r63273 - pypy/branch/pyjitpl5/pypy/jit/tl

fijal at codespeak.net fijal at codespeak.net
Tue Mar 24 12:01:30 CET 2009


Author: fijal
Date: Tue Mar 24 12:01:27 2009
New Revision: 63273

Modified:
   pypy/branch/pyjitpl5/pypy/jit/tl/pypyjit_demo.py
Log:
run non-crashing example by default


Modified: pypy/branch/pyjitpl5/pypy/jit/tl/pypyjit_demo.py
==============================================================================
--- pypy/branch/pyjitpl5/pypy/jit/tl/pypyjit_demo.py	(original)
+++ pypy/branch/pyjitpl5/pypy/jit/tl/pypyjit_demo.py	Tue Mar 24 12:01:27 2009
@@ -78,7 +78,7 @@
 
 
 try:
-    f7()
+    f0()
 except Exception, e:
     print '/\\/\\/\\/\\/\\/\\/\\/\\/\\/\\/\\/\\/\\/\\/\\/\\/\\/\\/\\/\\'
     print e.__class__, e



More information about the Pypy-commit mailing list