Author: Brian Kearns <[email protected]>
Branch: voidtype_strformat
Changeset: r68227:03bd65055e04
Date: 2013-11-18 19:32 -0500
http://bitbucket.org/pypy/pypy/changeset/03bd65055e04/
Log: cleanup
diff --git a/pypy/module/micronumpy/test/test_numarray.py
b/pypy/module/micronumpy/test/test_numarray.py
--- a/pypy/module/micronumpy/test/test_numarray.py
+++ b/pypy/module/micronumpy/test/test_numarray.py
@@ -3107,8 +3107,8 @@
[[7, 8, 9], [10, 11, 12]]])],
dtype=dt)
s = str(a)
- assert s.endswith("[('aaaa', 1.0, 8.0, [[[1, 2, 3], [4, 5, 6]], [[7,
8, 9], [10, 11, 12]]])]")
-
+ assert s.endswith("[('aaaa', 1.0, 8.0, [[[1, 2, 3], [4, 5, 6]], " \
+ "[[7, 8, 9], [10, 11, 12]]])]")
def test_issue_1589(self):
import numpypy as numpy
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit