Author: Armin Rigo <[email protected]>
Branch: optresult-unroll
Changeset: r79532:415b900414a8
Date: 2015-09-08 12:37 +0200
http://bitbucket.org/pypy/pypy/changeset/415b900414a8/

Log:    Fix test

diff --git a/rpython/jit/backend/x86/test/test_runner.py 
b/rpython/jit/backend/x86/test/test_runner.py
--- a/rpython/jit/backend/x86/test/test_runner.py
+++ b/rpython/jit/backend/x86/test/test_runner.py
@@ -215,7 +215,7 @@
                              ('c2', lltype.Char),
                              ('c3', lltype.Char))
         res = InputArgRef(self.execute_operation(rop.NEW, [],
-                                     'ref', self.cpu.sizeof(TP, None)))
+                                     'ref', self.cpu.sizeof(TP)))
         ofs_s = self.cpu.fielddescrof(TP, 's')
         ofs_i = self.cpu.fielddescrof(TP, 'i')
         #ofs_f = self.cpu.fielddescrof(TP, 'f')
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to