Commit 6e802214 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 10395e3e
......@@ -116,7 +116,7 @@ def test_AllStructs():
print('\n\nAAA\n\n')
assert X([1,3], 1, 1) == [
#T/
# T/
T([], B(1,3)), # nsplit=0
T([], # nsplit=0,0
T([], B(1,3))),
......@@ -130,6 +130,8 @@ def test_AllStructs():
T([3], B(1), B(3))),
T([],
T([4], B(1,3), B())),
# T0/
T([0], B(), B(1,3)), # nsplit=1
T([0], # nsplit=1,(0,0)
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