Commit 8937df90 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent e4b899bb
......@@ -138,6 +138,7 @@ def test_allStructs():
assert X([], 1, 0) == [ T([], B()),
T([],
T([], B())) ]
assert Y([], 1, 0) == [ T([], B()) ]
assert X([], 2, 0) == [ T([], B()),
T([],
......@@ -145,6 +146,7 @@ def test_allStructs():
T([],
T([],
T([], B()))) ]
assert Y([], 2, 0) == [ T([], B()) ]
assert X([1,3], 0, 0) == [ T([], B(1,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