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

pedronis at codespeak.net pedronis at codespeak.net
Sat Nov 11 13:40:46 CET 2006


Author: pedronis
Date: Sat Nov 11 13:40:45 2006
New Revision: 34483

Removed:
   pypy/dist/pypy/jit/codegen/i386/test/test_interp_tlr.py
Modified:
   pypy/dist/pypy/jit/codegen/i386/test/test_genc_tlr.py
Log:
fix test_genc_tlr now that the tlr tests use the portal style.

kill test_interp_tlr which doesn't make complete sense now.



Modified: pypy/dist/pypy/jit/codegen/i386/test/test_genc_tlr.py
==============================================================================
--- pypy/dist/pypy/jit/codegen/i386/test/test_genc_tlr.py	(original)
+++ pypy/dist/pypy/jit/codegen/i386/test/test_genc_tlr.py	Sat Nov 11 13:40:45 2006
@@ -1,9 +1,9 @@
 import py
 from pypy.jit.timeshifter.test import test_tlr
-from pypy.jit.codegen.i386.test.test_genc_ts import I386TimeshiftingTestMixin
+from pypy.jit.codegen.i386.test.test_genc_portal import I386PortalTestMixin
 
 
-class TestTLR(I386TimeshiftingTestMixin,
+class TestTLR(I386PortalTestMixin,
               test_tlr.TestTLR):
 
     # for the individual tests see



More information about the Pypy-commit mailing list