]> Cypherpunks repositories - gostls13.git/commit
cmd/go: fix bug in test of go get ./path needing to download path
authorRuss Cox <rsc@golang.org>
Wed, 29 Mar 2017 16:12:02 +0000 (12:12 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 29 Mar 2017 18:05:01 +0000 (18:05 +0000)
commitf0a3018b00bb535259e7d46f0f1503048130f51c
tree0ac6900e4b4ed391bf3091486bc68d857a1d79c3
parent24e94766c082338d83e5f3e1f8eccf4f070d8956
cmd/go: fix bug in test of go get ./path needing to download path

rsc.io/toolstash is gone; use rsc.io/pprof_mac_fix.

This fixes a bug in the test. It turns out the code being tested here
is also broken, so the test still doesn't pass after this CL (filed #19769).

Change-Id: Ieb725c321d7fab600708e133ae28f531e55521ad
Reviewed-on: https://go-review.googlesource.com/38743
Reviewed-by: Alan Donovan <adonovan@google.com>
src/cmd/go/go_test.go