Commit ed1ac51a authored by Stefan Behnel's avatar Stefan Behnel

test fix

parent 89ca9093
......@@ -431,7 +431,7 @@ def test_memslice_structarray(data, dtype):
>>> data = [(range(4), b('spam\\0')), (range(4, 8), b('ham\\0\\0')), (range(8, 12), b('eggs\\0'))]
>>> dtype = np.dtype([('a', '4i'), ('b', '5b')])
>>> test_memslice_structarray([(L, to_byte_values(s))) for L, s in data], dtype)
>>> test_memslice_structarray([(L, to_byte_values(s)) for L, s in data], dtype)
0
1
2
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment