Commit 67fbcf8e authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 9feea1a4
...@@ -193,10 +193,6 @@ func testΔFtail(t_ *testing.T, testq chan ΔFTestEntry) { ...@@ -193,10 +193,6 @@ func testΔFtail(t_ *testing.T, testq chan ΔFTestEntry) {
continue continue
} }
if δfok == nil {
continue
}
// verify δf // verify δf
δf := δF.ByFile[zfileOid] δf := δF.ByFile[zfileOid]
if !reflect.DeepEqual(δf, δfok) { if !reflect.DeepEqual(δf, δfok) {
......
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