[pypy-svn] r65428 - pypy/branch/pyjitpl5-experiments/pypy/jit/tl

fijal at codespeak.net fijal at codespeak.net
Tue May 26 20:27:54 CEST 2009


Author: fijal
Date: Tue May 26 20:27:52 2009
New Revision: 65428

Modified:
   pypy/branch/pyjitpl5-experiments/pypy/jit/tl/pypyjit_demo.py
Log:
a test checkin


Modified: pypy/branch/pyjitpl5-experiments/pypy/jit/tl/pypyjit_demo.py
==============================================================================
--- pypy/branch/pyjitpl5-experiments/pypy/jit/tl/pypyjit_demo.py	(original)
+++ pypy/branch/pyjitpl5-experiments/pypy/jit/tl/pypyjit_demo.py	Tue May 26 20:27:52 2009
@@ -1,5 +1,6 @@
 TESTNAME = 'test_builtin'
 
+
 def do():
     __import__('test.' + TESTNAME)
     print "---ending 1---"



More information about the Pypy-commit mailing list