Commit 23428339 authored by Kirill Smelkov's avatar Kirill Smelkov

.

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