Commit bb14198c authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 66363315
......@@ -137,10 +137,10 @@ func TestRangeSet(t *testing.T) {
Dab := D
Dba := B.Difference(A)
assertHasRange(t, Dab.rangev, A, true)
assertHasRange(t, Dab.rangev, B, false)
assertHasRange(t, Dba.rangev, B, true)
assertHasRange(t, Dba.rangev, A, false)
// XXX also construct ranges from [i].lo [i+1].hi -> they must be !HasRange
}
}
......
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