Chromium Code Reviews| Index: logdog/appengine/coordinator/endpoints/logs/get_test.go |
| diff --git a/logdog/appengine/coordinator/endpoints/logs/get_test.go b/logdog/appengine/coordinator/endpoints/logs/get_test.go |
| index 47ba3b1a4771438ce39e686306a97dbe260c3120..db4f11b5a78d71e7ce82408ae9d06cf4dc061a6e 100644 |
| --- a/logdog/appengine/coordinator/endpoints/logs/get_test.go |
| +++ b/logdog/appengine/coordinator/endpoints/logs/get_test.go |
| @@ -61,7 +61,7 @@ func zeroRecords(d []byte) { |
| break |
| } |
| - pos := int(cr.Count()) |
| + pos := int(cr.Count) |
| for i := int64(0); i < s; i++ { |
| d[pos+int(i)] = 0x00 |
| } |