Author: David Schneider <david.schnei...@picle.org>
Branch: ppc-jit-backend
Changeset: r56509:a44231b39228
Date: 2012-07-30 07:29 -0700
http://bitbucket.org/pypy/pypy/changeset/a44231b39228/

Log:    import test_virtualref from x86 backend

diff --git a/pypy/jit/backend/x86/test/test_virtualref.py 
b/pypy/jit/backend/ppc/test/test_virtualref.py
copy from pypy/jit/backend/x86/test/test_virtualref.py
copy to pypy/jit/backend/ppc/test/test_virtualref.py
--- a/pypy/jit/backend/x86/test/test_virtualref.py
+++ b/pypy/jit/backend/ppc/test/test_virtualref.py
@@ -1,8 +1,8 @@
 
 from pypy.jit.metainterp.test.test_virtualref import VRefTests
-from pypy.jit.backend.x86.test.test_basic import Jit386Mixin
+from pypy.jit.backend.ppc.test.support import JitPPCMixin
 
-class TestVRef(Jit386Mixin, VRefTests):
+class TestVRef(JitPPCMixin, VRefTests):
     # for the individual tests see
     # ====> ../../../metainterp/test/test_virtualref.py
     pass
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to