Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r53603:11ecfd8c89e6
Date: 2012-03-14 14:20 -0700
http://bitbucket.org/pypy/pypy/changeset/11ecfd8c89e6/

Log:    Make ll2ctypes happier when running backend/x86/test/test_list.py.

diff --git a/pypy/jit/metainterp/test/test_list.py 
b/pypy/jit/metainterp/test/test_list.py
--- a/pypy/jit/metainterp/test/test_list.py
+++ b/pypy/jit/metainterp/test/test_list.py
@@ -232,6 +232,7 @@
     def test_newlist_hint(self):
         def f(i):
             l = newlist_hint(i)
+            l[0] = 55
             return len(l)
 
         r = self.interp_operations(f, [3])
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to