mirror of
https://github.com/golang/go
synced 2024-11-23 00:20:12 -07:00
test/codegen, runtime/pprof, runtime: apply fmt
This commit is contained in:
parent
6a8dcb8c54
commit
e71803eaeb
@ -635,6 +635,7 @@ func main() {
|
|||||||
time.Sleep(time.Second * 1)
|
time.Sleep(time.Second * 1)
|
||||||
}
|
}
|
||||||
`
|
`
|
||||||
|
|
||||||
// TestGdbInfCallstack tests that gdb can unwind the callstack of cgo programs
|
// TestGdbInfCallstack tests that gdb can unwind the callstack of cgo programs
|
||||||
// on arm64 platforms without endless frames of function 'crossfunc1'.
|
// on arm64 platforms without endless frames of function 'crossfunc1'.
|
||||||
// https://golang.org/issue/37238
|
// https://golang.org/issue/37238
|
||||||
|
Loading…
Reference in New Issue
Block a user