Author: David Schneider <[email protected]>
Branch: 
Changeset: r64123:6867449dfeae
Date: 2013-05-15 12:51 +0200
http://bitbucket.org/pypy/pypy/changeset/6867449dfeae/

Log:    import test_send to arm

diff --git a/rpython/jit/backend/x86/test/test_send.py 
b/rpython/jit/backend/arm/test/test_send.py
copy from rpython/jit/backend/x86/test/test_send.py
copy to rpython/jit/backend/arm/test/test_send.py
--- a/rpython/jit/backend/x86/test/test_send.py
+++ b/rpython/jit/backend/arm/test/test_send.py
@@ -1,10 +1,10 @@
 
 import py
 from rpython.jit.metainterp.test.test_send import SendTests
-from rpython.jit.backend.x86.test.test_basic import Jit386Mixin
+from rpython.jit.backend.arm.test.support import JitARMMixin
 from rpython.rlib import jit
 
-class TestSend(Jit386Mixin, SendTests):
+class TestSend(JitARMMixin, SendTests):
     # for the individual tests see
     # ====> ../../../metainterp/test/test_send.py
     def test_call_with_additional_args(self):
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to