Commit 8f4b1740 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent ad16d5bf
......@@ -235,6 +235,7 @@ func xverifyΔBTail(t *testing.T, subj string, db *zodb.DB, treeRoot zodb.Oid, a
sort.Slice(allKeyv, func(i, j int) bool {
return allKeyv[i] < allKeyv[j]
})
for kidx := range IntSets(len(allKeyv)) {
keys := SetKey{}
for _, idx := range kidx {
......
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