[pypy-svn] r36769 - pypy/dist/pypy/jit/codegen/llvm/test

ericvrp at codespeak.net ericvrp at codespeak.net
Mon Jan 15 11:43:49 CET 2007


Author: ericvrp
Date: Mon Jan 15 11:43:48 2007
New Revision: 36769

Modified:
   pypy/dist/pypy/jit/codegen/llvm/test/test_genc_vlist.py
Log:
add missing 'pass' 


Modified: pypy/dist/pypy/jit/codegen/llvm/test/test_genc_vlist.py
==============================================================================
--- pypy/dist/pypy/jit/codegen/llvm/test/test_genc_vlist.py	(original)
+++ pypy/dist/pypy/jit/codegen/llvm/test/test_genc_vlist.py	Mon Jan 15 11:43:48 2007
@@ -8,3 +8,5 @@
 
     # for the individual tests see
     # ====> ../../../timeshifter/test/test_vlist.py
+
+    pass



More information about the Pypy-commit mailing list