Commit b629bb32 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 0781e12c
...@@ -205,6 +205,9 @@ def test_AllStructs(): ...@@ -205,6 +205,9 @@ def test_AllStructs():
T([2], # nsplit=1,(1,1) T([2], # nsplit=1,(1,1)
T([0], B(), B(1)), T([0], B(), B(1)),
T([3], B(), B(3))), T([3], B(), B(3))),
T([2],
T([0], B(), B(1)),
T([4], B(3), B())),
T([3], B(1), B(3)), T([3], B(1), B(3)),
...@@ -277,9 +280,9 @@ def test_AllStructs(): ...@@ -277,9 +280,9 @@ def test_AllStructs():
#T([2], # nsplit=1,(1,1) #T([2], # nsplit=1,(1,1)
# T([0], B(), B(1)), # T([0], B(), B(1)),
# T([3], B(), B(3))), # T([3], B(), B(3))),
T([2], #T([2],
T([0], B(), B(1)), # T([0], B(), B(1)),
T([4], B(3), B())), # T([4], B(3), B())),
T([2], T([2],
T([1], B(), B(1)), T([1], B(), B(1)),
T([3], B(), B(3))), T([3], B(), B(3))),
......
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