Add logDone logs where it's missing

Signed-off-by: Alexandr Morozov <lk4d4math@gmail.com>
This commit is contained in:
Alexandr Morozov
2014-08-28 09:25:57 +04:00
parent 334dca15b0
commit 3c984a6d15
5 changed files with 12 additions and 0 deletions
+2
View File
@@ -88,4 +88,6 @@ func TestDiffEnsureOnlyKmsgAndPtmx(t *testing.T) {
t.Errorf("'%s' is shown in the diff but shouldn't", line)
}
}
logDone("diff - ensure that only kmsg and ptmx in diff")
}