Commit f6724b5f authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent d1c0f9c8
......@@ -115,7 +115,7 @@ def test_AllStructs():
]
print('\n\nAAA\n\n')
assert set(X([1,3], 1, 1)) == set([
assert X([1,3], 1, 1) == [
# nsplit=0, depth=0
T([], B(1,3)),
# nsplit=0,0, depth=1
......@@ -250,7 +250,7 @@ def test_AllStructs():
T([4],
T([3], B(1), B(3)),
T([], B())),
])
]
return
......@@ -277,3 +277,7 @@ def test_AllStructs():
# XXX ...
# XXX test_keyvSliceBy
# XXX test_iterSplitByN
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