From: mingrammer Date: Fri, 23 Feb 2018 13:44:10 +0000 (+0900) Subject: runtime: rename the TestGcHashmapIndirection to TestGcMapIndirection X-Git-Tag: go1.11beta1~1481 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=fceaa2e242823a9dab271a8715eedfadd2a787bb;p=gostls13.git 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 --- diff --git a/src/runtime/gc_test.go b/src/runtime/gc_test.go index 1b1db25b17..561061e3d8 100644 --- a/src/runtime/gc_test.go +++ b/src/runtime/gc_test.go @@ -43,7 +43,7 @@ func TestGcDeepNesting(t *testing.T) { } } -func TestGcHashmapIndirection(t *testing.T) { +func TestGcMapIndirection(t *testing.T) { defer debug.SetGCPercent(debug.SetGCPercent(1)) runtime.GC() type T struct {