Commit e30137be authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent c0dd641e
...@@ -850,10 +850,10 @@ func TestΔBTail(t *testing.T) { ...@@ -850,10 +850,10 @@ func TestΔBTail(t *testing.T) {
// added to tracking set because 2 migrates there. // added to tracking set because 2 migrates there.
"T/T/B1:a,2:b", "T/T/B1:a,2:b",
Δ("T2/T-T/B1:a-B2:b,3:c", Δ("T2/T-T/B1:a-B2:b,3:c",
A{1: K(1,2,3), // XXX correct? A{1: K(1,2,3),
2: K(1,2,3), 2: K(1,2,3),
3: K(1,2,3), 3: K(1,2,3),
oo: K(1,2,3)}), // XXX correct? oo: K(1,2,3)}),
// depth=2; like prev. case, but additional right arm with +4 // depth=2; like prev. case, but additional right arm with +4
// +5 is added which remain not tracked unless previously accessed. // +5 is added which remain not tracked unless previously accessed.
......
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