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:
commit
69400f71e3
1 changed files with 1 additions and 1 deletions
2
third_party/zip/zip_test.go
vendored
2
third_party/zip/zip_test.go
vendored
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue