Final vet fixes; enabling vet checks in verify scripts.

This commit is contained in:
goltermann
2016-04-12 08:49:32 -07:00
parent f2db7d07a3
commit a3104ba96c
24 changed files with 121 additions and 101 deletions

View File

@@ -704,7 +704,7 @@ func TestSimpleStop(t *testing.T) {
}
actions := fake.Actions()
if len(test.actions) != len(actions) {
t.Errorf("unexpected actions: %v; expected %v (%s)", fake.Actions, test.actions, test.test)
t.Errorf("unexpected actions: %v; expected %v (%s)", actions, test.actions, test.test)
}
for i, action := range actions {
testAction := test.actions[i]