]> Cypherpunks repositories - gostls13.git/commit
runtime: rename the TestGcHashmapIndirection to TestGcMapIndirection
authormingrammer <mingrammer@gmail.com>
Fri, 23 Feb 2018 13:44:10 +0000 (22:44 +0900)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 23 Feb 2018 16:48:01 +0000 (16:48 +0000)
commitfceaa2e242823a9dab271a8715eedfadd2a787bb
tree9f5e181dc5e8ca23420e666819c410e2a05d76eb
parent9ee78af806954e90ba8c9947b66742d210200002
runtime: rename the TestGcHashmapIndirection to TestGcMapIndirection

There was still the word 'Hashmap' in gc_test.go, so I renamed it to just 'Map'

Previous renaming commit: https://golang.org/cl/90336

Change-Id: I5b0e5c2229d1c30937c7216247f4533effb81ce7
Reviewed-on: https://go-review.googlesource.com/96675
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/runtime/gc_test.go