etcd-tester: fix build

This commit is contained in:
Yicheng Qin 2015-03-04 10:22:53 -08:00
parent 2bfd266a81
commit 30e6d49bec

View File

@ -23,7 +23,7 @@ import (
type tester struct {
failures []failure
agents []client.Agent
limit uint64
limit int
}
func (tt *tester) runLoop() {