[pypy-svn] r76473 - pypy/trunk/pypy/jit/backend/x86/test

fijal at codespeak.net fijal at codespeak.net
Wed Aug 4 17:33:45 CEST 2010


Author: fijal
Date: Wed Aug  4 17:33:44 2010
New Revision: 76473

Modified:
   pypy/trunk/pypy/jit/backend/x86/test/test_assembler.py
Log:
Fix tests


Modified: pypy/trunk/pypy/jit/backend/x86/test/test_assembler.py
==============================================================================
--- pypy/trunk/pypy/jit/backend/x86/test/test_assembler.py	(original)
+++ pypy/trunk/pypy/jit/backend/x86/test/test_assembler.py	Wed Aug  4 17:33:44 2010
@@ -15,6 +15,9 @@
     supports_floats = True
     NUM_REGS = ACTUAL_CPU.NUM_REGS
 
+    def arraydescrof(self, ARR):
+        return 42
+
 class FakeMC:
     def __init__(self, base_address=0):
         self.content = []



More information about the Pypy-commit mailing list