runtime: rename the TestGcHashmapIndirection to TestGcMapIndirection#24074
runtime: rename the TestGcHashmapIndirection to TestGcMapIndirection#24074mingrammer wants to merge 1 commit intogolang:masterfrom
Conversation
|
This PR (HEAD: 0beb5fc) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/#/c/go/+/96656 to see it. Tip: You can toggle comments from me using the |
|
Message from Ian Lance Taylor: Patch Set 1: Is this the same as https://golang.org/cl/96675? I made a comment over there. Please don’t reply on this GitHub thread. Visit golang.org/cl/96656. |
|
Message from mingrammer: Patch Set 1:
Yes, they are same. I'll fix the commit message. Thanks Please don’t reply on this GitHub thread. Visit golang.org/cl/96656. |
There is still 'Hashmap' word on gc_test.go, so I renamed this with just 'Map' Related commit: https://golang.org/cl/90336 Change-Id: I5b0e5c2229d1c30937c7216247f4533effb81ce7
0beb5fc to
34f6304
Compare
|
This PR (HEAD: 34f6304) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/#/c/go/+/96656 to see it. Tip: You can toggle comments from me using the |
|
Message from Gerrit Bot: Uploaded patch set 2: Commit message was updated. Please don’t reply on this GitHub thread. Visit golang.org/cl/96656. |
|
This PR is being closed because golang.org/cl/96656 has been abandoned. |
The hashmap was renamed with map few days ago.
But there is still 'Hashmap' word on gc_test.go, so I renamed this with just 'Map'
Related commit: f4bb25c