Text file src/cmd/go/testdata/script/build_tags_no_comma.txt
1 [compiler:gccgo] skip 'gccgo has no standard packages' 2 go build -tags 'tag1 tag2' math 3 ! go build -tags 'tag1,tag2 tag3' math 4 stderr 'space-separated list contains comma'
1 [compiler:gccgo] skip 'gccgo has no standard packages' 2 go build -tags 'tag1 tag2' math 3 ! go build -tags 'tag1,tag2 tag3' math 4 stderr 'space-separated list contains comma'