Commit f1502c1d authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent a2e5ea10
......@@ -873,11 +873,11 @@ func TestΔBTail(t *testing.T) {
A{1: K(1,2,3),
2: K(1,2,3),
3: K(1,2,3),
4: K(1,2,3,4,5), // XXX correct?
5: K(1,2,3,4,5), // XXX correct?
8: K(1,2,3, 8,9), // XXX correct?
9: K(1,2,3, 8,9), // XXX correct?
oo: K(1,2, 8,9)}), // XXX correct?
4: K(1,2,3,4,5),
5: K(1,2,3,4,5),
8: K(1,2,3, 8,9),
9: K(1,2,3, 8,9),
oo: K(1,2,3, 8,9)}),
......
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