]> Cypherpunks repositories - gostls13.git/commit
cmd/go: handle -ccflags in 'go test'
authorShenghou Ma <minux.ma@gmail.com>
Mon, 21 Apr 2014 04:02:21 +0000 (00:02 -0400)
committerShenghou Ma <minux.ma@gmail.com>
Mon, 21 Apr 2014 04:02:21 +0000 (00:02 -0400)
commit0a8f5177f698086b4f83defb15a6010d6ad863a5
treeb92812b80d41fa325260e227b0819ff5c09c9493
parentf187675041c097256527804136188ae29a6b7b21
cmd/go: handle -ccflags in 'go test'
CL 89050043 only allows -ccflags for 'go test', this
CL really handles the flag like the other -??flags.
Many thanks to Dobrosław Żybort for pointing this out.
Fixes #7810 (again).

LGTM=iant, matrixik
R=golang-codereviews, iant, matrixik
CC=golang-codereviews
https://golang.org/cl/89230044
src/cmd/go/testflag.go