Commit 7883db5e authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 1fd58614
...@@ -149,6 +149,9 @@ def test_AllStructs(): ...@@ -149,6 +149,9 @@ def test_AllStructs():
T([0], T([0],
T([], B()), T([], B()),
T([3], B(1), B(3))), T([3], B(1), B(3))),
T([0],
T([], B()),
T([4], B(1,3), B())),
T([1], B(), B(1,3)), T([1], B(), B(1,3)),
...@@ -182,9 +185,9 @@ def test_AllStructs(): ...@@ -182,9 +185,9 @@ def test_AllStructs():
#T([0], #T([0],
# T([], B()), # T([], B()),
# T([3], B(1), B(3))), # T([3], B(1), B(3))),
T([0], #T([0],
T([], B()), # T([], B()),
T([4], B(1,3), B())), # T([4], B(1,3), B())),
T([1], # T1/ T([1], # T1/
T([], B()), # nsplit=1,(0,1) T([], B()), # nsplit=1,(0,1)
......
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