]> Cypherpunks repositories - gostls13.git/commit
runtime/debug: fix test when source cannot be found
authorRuss Cox <rsc@golang.org>
Mon, 5 Mar 2012 21:13:15 +0000 (16:13 -0500)
committerRuss Cox <rsc@golang.org>
Mon, 5 Mar 2012 21:13:15 +0000 (16:13 -0500)
commitc0a842e57f38b632ae492174519851036979c988
tree875979efbfa68f7d3458837a77258928dce4ac09
parent0eb4df0bc8e32fe68d7954055ee36e24e33dc15e
runtime/debug: fix test when source cannot be found

This happens with GOROOT_FINAL=/somewhere/else

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5727069
src/pkg/runtime/debug/stack_test.go