aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/script/test_compile_binary.txt
blob: 63bb8ec3e78149ea2d80589304deec75131b97ca (plain)
1
2
3
4
5
6
7
8
env GO111MODULE=off

! go test -c compile_binary/...
stderr 'build comment'

-- compile_binary/foo_test.go --
// +build foo
package foo