Commit d1c0f9c8 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 23428339
......@@ -154,6 +154,7 @@ def test_AllStructs():
T([4],
T([], B(1,3)),
T([], B())),
# nsplit=1,(0|1,0|1) depth=1
T([0], # T0/
T([], B()),
......@@ -247,7 +248,7 @@ def test_AllStructs():
T([2], B(1), B(3)),
T([], B())),
T([4],
T([3], B(1), B()),
T([3], B(1), B(3)),
T([], B())),
])
......
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