]> Cypherpunks repositories - gostls13.git/commit
cmd/go: fix go test -compiler
authorRuss Cox <rsc@golang.org>
Wed, 7 Mar 2012 17:09:43 +0000 (12:09 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 7 Mar 2012 17:09:43 +0000 (12:09 -0500)
commit807aadcd3e148110d0e7d4dc251d831c35af30b6
tree0a392d6139b111ca0e0bcada61cb668b81776a4b
parenta385f38dfa0e05ef51422e2910e0928062258339
cmd/go: fix go test -compiler

The compiler must be changed with the Set method
so that the buildToolchain gets updated too.

Fixes #3231.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5768044
src/cmd/go/testflag.go