1
0
mirror of https://github.com/golang/go synced 2024-11-11 21:30:23 -07:00

test/codegen, runtime/pprof, runtime: apply fmt

This commit is contained in:
alex-semenyuk 2020-04-20 23:28:05 +03:00
parent 6a8dcb8c54
commit e71803eaeb

View File

@ -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