mirror of
https://github.com/golang/go.git
synced 2025-10-19 19:13:18 +00:00
archive/tar: fix typo in benchmark name
This was accidentally introduced in CL 662835. Change-Id: I5c7ac67337e33e82037414377912b57d2a45be91 Reviewed-on: https://go-review.googlesource.com/c/go/+/702275 Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Mark Freeman <markfreeman@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
This commit is contained in:
parent
7d562b8460
commit
fef360964c
1 changed files with 1 additions and 1 deletions
|
@ -440,7 +440,7 @@ func TestFormatPAXRecord(t *testing.T) {
|
|||
}
|
||||
}
|
||||
|
||||
func BenchmarkParsePAXTIme(b *testing.B) {
|
||||
func BenchmarkParsePAXTime(b *testing.B) {
|
||||
tests := []struct {
|
||||
name string
|
||||
in string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue