Merge "Inclusive fix: change the word dummy to fake in zip_test.go" am: e119a5c554

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1374700

Change-Id: I35350eb24d9a1dde0740b5d88b521aded7ea6194
This commit is contained in:
Treehugger Robot 2020-07-28 23:53:53 +00:00 committed by Automerger Merge Worker
commit 69400f71e3

View file

@ -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
}