Przeglądaj źródła

etcd-tester: fix build

Yicheng Qin 11 lat temu
rodzic
commit
30e6d49bec
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      tools/functional-tester/etcd-tester/tester.go

+ 1 - 1
tools/functional-tester/etcd-tester/tester.go

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