~ubuntu-branches/ubuntu/karmic/pypy/karmic

« back to all changes in this revision

Viewing changes to pypy/jit/codegen/i386/test/test_genc_promotion.py

  • Committer: Bazaar Package Importer
  • Author(s): Alexandre Fayolle
  • Date: 2007-04-13 09:33:09 UTC
  • Revision ID: james.westby@ubuntu.com-20070413093309-yoojh4jcoocu2krz
Tags: upstream-1.0.0
ImportĀ upstreamĀ versionĀ 1.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
import py
 
2
from pypy.jit.timeshifter.test import test_promotion
 
3
from pypy.jit.codegen.i386.test.test_genc_ts import I386TimeshiftingTestMixin
 
4
 
 
5
class TestPromotion(I386TimeshiftingTestMixin,
 
6
                test_promotion.TestPromotion):
 
7
 
 
8
    # for the individual tests see
 
9
    # ====> ../../../timeshifter/test/test_promotion.py
 
10
    pass