Author: David Schneider <[email protected]>
Branch: ppc-jit-backend
Changeset: r56398:619c62a6d99c
Date: 2012-07-20 08:25 -0700
http://bitbucket.org/pypy/pypy/changeset/619c62a6d99c/
Log: import test_del to ppc backend
diff --git a/pypy/jit/backend/x86/test/test_del.py
b/pypy/jit/backend/ppc/test/test_del.py
copy from pypy/jit/backend/x86/test/test_del.py
copy to pypy/jit/backend/ppc/test/test_del.py
--- a/pypy/jit/backend/x86/test/test_del.py
+++ b/pypy/jit/backend/ppc/test/test_del.py
@@ -1,8 +1,8 @@
-from pypy.jit.backend.x86.test.test_basic import Jit386Mixin
+from pypy.jit.backend.ppc.test.support import JitPPCMixin
from pypy.jit.metainterp.test.test_del import DelTests
-class TestDel(Jit386Mixin, DelTests):
+class TestDel(JitPPCMixin, DelTests):
# for the individual tests see
# ====> ../../../metainterp/test/test_del.py
pass
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit