Commit b62d354f authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 939f3493
......@@ -194,6 +194,18 @@ def test_iterAllStructs():
T([3],
T([2], B(1), B()),
T([4], B(3), B())),
T([4], # /4
T([0], B(), B(1,3)),
T([], B())),
T([4],
T([1], B(), B(1,3)),
T([], B())),
T([4],
T([2], B(1), B(3)),
T([], B())),
T([4],
T([3], B(1), B()),
T([], B())),
# ... XXX continue
]
......
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