Author: Matti Picus <matti.pi...@gmail.com> Branch: numpypy-nditer Changeset: r64818:5e7a972915e0 Date: 2013-06-07 09:55 +0300 http://bitbucket.org/pypy/pypy/changeset/5e7a972915e0/
Log: fix test for -A diff --git a/pypy/module/micronumpy/test/test_nditer.py b/pypy/module/micronumpy/test/test_nditer.py --- a/pypy/module/micronumpy/test/test_nditer.py +++ b/pypy/module/micronumpy/test/test_nditer.py @@ -57,7 +57,7 @@ for x in nditer(a, flags=['external_loop'], order='F'): r.append(x) n += 1 - assert n == 3 + assert n == 6 assert (array(r) == [[0, 6], [2, 8], [4, 10], [1, 7], [3, 9], [5, 11]]).all() def test_interface(self): _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit