mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
test/codegen, runtime/pprof, runtime: apply fmt
Change-Id: Ife4e065246729319c39e57a4fbd8e6f7b37724e1
GitHub-Last-Rev: e71803eaeb
GitHub-Pull-Request: golang/go#38527
Reviewed-on: https://go-review.googlesource.com/c/go/+/228901
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
This commit is contained in:
parent
17fbc818ff
commit
876c1feb7d
4 changed files with 17 additions and 16 deletions
|
|
@ -635,6 +635,7 @@ func main() {
|
|||
time.Sleep(time.Second * 1)
|
||||
}
|
||||
`
|
||||
|
||||
// TestGdbInfCallstack tests that gdb can unwind the callstack of cgo programs
|
||||
// on arm64 platforms without endless frames of function 'crossfunc1'.
|
||||
// https://golang.org/issue/37238
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue