diff options
| author | 2020-07-28 18:21:10 +0000 | |
|---|---|---|
| committer | 2020-07-28 18:21:10 +0000 | |
| commit | 358d8fd56bd0ec3923eeccb329eb1acffe080a03 (patch) | |
| tree | d5240c6467cac7216afcb09deab1d3421698a77b | |
| parent | 8ffde8c9d51810b3090ea85ccba415c9f4641afa (diff) | |
Inclusive fix: change the word dummy to fake in zip_test.go
Bug: b/161896447
Test: "lunch 1" and "m nothing"
Change-Id: I1fbc6a1a95101836bff3acb3f5315854f7812fd5
| -rw-r--r-- | third_party/zip/zip_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/zip/zip_test.go b/third_party/zip/zip_test.go index 73736606e..559c91402 100644 --- a/third_party/zip/zip_test.go +++ b/third_party/zip/zip_test.go @@ -219,7 +219,7 @@ func TestRLEBuffer(t *testing.T) { } } -// fakeHash32 is a dummy Hash32 that always returns 0. +// fakeHash32 is a fake Hash32 that always returns 0. type fakeHash32 struct { hash.Hash32 } |