]> Cypherpunks repositories - gostls13.git/commit
runtime: fix name of type parameter
authorzhouguangyuan <zhouguangyuan.xian@gmail.com>
Sat, 19 Mar 2022 16:07:37 +0000 (00:07 +0800)
committerGopher Robot <gobot@golang.org>
Tue, 12 Apr 2022 00:32:29 +0000 (00:32 +0000)
commitec5e5dba6fbc4549f167c6db509a800e163296c8
tree35fecc6163ac40b6e180de3cc26683df4a4afea7
parentff14e844d26090e09aa335d836f737c09a7a0402
runtime: fix name of type parameter

CL 372774 is for reflect, this CL is for _type in runtime.
Add a test case to ensure the name method of _type can be exercised.

Updates #50208

Change-Id: I26ccf8c5c574dd9e78510cf29eb40ae7c8d449ab
Reviewed-on: https://go-review.googlesource.com/c/go/+/393917
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
Run-TryBot: Keith Randall <khr@google.com>
Auto-Submit: Keith Randall <khr@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
src/runtime/debug/heapdump_test.go
src/runtime/type.go