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

arigo at codespeak.net arigo at codespeak.net
Sun Mar 18 19:05:57 CET 2007


Author: arigo
Date: Sun Mar 18 19:05:55 2007
New Revision: 40714

Modified:
   pypy/dist/pypy/jit/codegen/llvm/test/test_genc_tl.py
Log:
Fix imports.


Modified: pypy/dist/pypy/jit/codegen/llvm/test/test_genc_tl.py
==============================================================================
--- pypy/dist/pypy/jit/codegen/llvm/test/test_genc_tl.py	(original)
+++ pypy/dist/pypy/jit/codegen/llvm/test/test_genc_tl.py	Sun Mar 18 19:05:55 2007
@@ -1,12 +1,12 @@
 import py
-from pypy.jit.timeshifter.test import test_tl
+from pypy.jit.timeshifter.test import test_1tl
 from pypy.jit.codegen.llvm.test.test_genc_ts import LLVMTimeshiftingTestMixin
 
 
 py.test.skip("WIP")
 
 class TestTL(LLVMTimeshiftingTestMixin,
-              test_tl.TestTL):
+              test_1tl.TestTL):
 
     # for the individual tests see
     # ====> ../../../timeshifter/test/test_tl.py



More information about the Pypy-commit mailing list