Commit 20d4520d authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 92bf468e
......@@ -178,6 +178,9 @@ def test_AllStructs():
T([1], # nsplit=1,(1,1)
T([0], B(), B()),
T([2], B(1), B(3))),
T([1],
T([0], B(), B()),
T([3], B(1), B(3))),
......@@ -230,9 +233,9 @@ def test_AllStructs():
#T([1], # nsplit=1,(1,1)
# T([0], B(), B()),
# T([2], B(1), B(3))),
T([1],
T([0], B(), B()),
T([3], B(1), B(3))),
#T([1],
# T([0], B(), B()),
# T([3], B(1), B(3))),
T([1],
T([0], B(), B()),
T([4], B(1,3), 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