[pypy-svn] r35881 - pypy/dist/pypy/jit/codegen/i386/test

arigo at codespeak.net arigo at codespeak.net
Tue Dec 19 13:57:53 CET 2006


Author: arigo
Date: Tue Dec 19 13:57:50 2006
New Revision: 35881

Modified:
   pypy/dist/pypy/jit/codegen/i386/test/test_genc_tlc.py
Log:
Fix comment (for py.test -k <tab> completion).


Modified: pypy/dist/pypy/jit/codegen/i386/test/test_genc_tlc.py
==============================================================================
--- pypy/dist/pypy/jit/codegen/i386/test/test_genc_tlc.py	(original)
+++ pypy/dist/pypy/jit/codegen/i386/test/test_genc_tlc.py	Tue Dec 19 13:57:50 2006
@@ -7,6 +7,6 @@
               test_tlc.TestTLC):
 
     # for the individual tests see
-    # ====> ../../../timeshifter/test/test_tl.py
+    # ====> ../../../timeshifter/test/test_tlc.py
 
     pass



More information about the Pypy-commit mailing list