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

.

parent 502e05c2
......@@ -671,7 +671,7 @@ ABcov:
// ac can be skipped if key coverage stays the same
ar := KeyRange{ac.lo, ac.hi_}
br := KeyRange{bc.lo, bc.hi_}
if ar == br /*XXX temp to fail*/|| true {
if ar == br {
// adjust trackSet since path to the node could have changed
apath := ac.Path()
bpath := bc.Path()
......
......@@ -1699,6 +1699,9 @@ func TestΔBTail(t *testing.T) {
// ----//---- found by AllStructs
"T1,3/B0:d-B1:a-B3:d,4:g",
"T1,4/B0:e-B1:a-B4:c",
// ----//---- found by AllStructs
"T2,4/T-T-T/T1-T-B4:f/T-T-B3:f/B0:h-B1:f",
"T4/T-T/B3:f-T/B4:a",
......
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