Author: Richard Plangger <[email protected]>
Branch:
Changeset: r88255:56484fd5b3d5
Date: 2016-11-09 12:05 +0100
http://bitbucket.org/pypy/pypy/changeset/56484fd5b3d5/
Log: test wrote just after the bounds of the array (test was not broke,
just did to much work)
diff --git a/rpython/jit/metainterp/test/test_vector.py
b/rpython/jit/metainterp/test/test_vector.py
--- a/rpython/jit/metainterp/test/test_vector.py
+++ b/rpython/jit/metainterp/test/test_vector.py
@@ -865,7 +865,7 @@
def f(bytecount, va, vb, vc):
i = 0
j = 0
- while i < bytecount:
+ while j < bytecount:
myjitdriver.jit_merge_point()
a = raw_storage_getitem(rffi.DOUBLE,va,j)
b = raw_storage_getitem(rffi.INT,vb,i)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit