summaryrefslogtreecommitdiffstats
path: root/src/cmd/go/testdata/script/build_tags_no_comma.txt
blob: a14a200b676fc85ddd0a2793c6dbba7dbfb71dbc (plain)
1
2
3
4
[compiler:gccgo] skip 'gccgo has no standard packages'
go build -tags 'tag1 tag2' math
! go build -tags 'tag1,tag2 tag3' math
stderr 'space-separated list contains comma'