mirror of
https://github.com/golang/go
synced 2024-11-02 11:50:30 +00:00
cmd/go: address code review comments in test cgo_path_space_quote
For CL 334732. Change-Id: I5cb88cd7d5e4edf6006bbaeb17723dac2cdf0fd5 Reviewed-on: https://go-review.googlesource.com/c/go/+/339590 Trust: Jay Conrod <jayconrod@google.com> Run-TryBot: Jay Conrod <jayconrod@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Bryan C. Mills <bcmills@google.com> Reviewed-on: https://go-review.googlesource.com/c/go/+/341938
This commit is contained in:
parent
54ce8793a8
commit
a05a7d49a9
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
[short] skip
|
||||
[!exec:clang] [!exec:gcc] skip
|
||||
[!cgo] skip
|
||||
|
||||
env GOENV=$WORK/go.env
|
||||
mkdir 'program files'
|
||||
|
@ -20,6 +21,7 @@ go env CC
|
|||
stdout 'program files[/\\]which cc" (clang|gcc)$'
|
||||
|
||||
go run .
|
||||
stdout 1
|
||||
|
||||
-- go.mod --
|
||||
module test
|
||||
|
|
Loading…
Reference in a new issue