summaryrefslogtreecommitdiffstats
path: root/src/cmd/go/testdata/script/build_tags_no_comma.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/go/testdata/script/build_tags_no_comma.txt')
-rw-r--r--src/cmd/go/testdata/script/build_tags_no_comma.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cmd/go/testdata/script/build_tags_no_comma.txt b/src/cmd/go/testdata/script/build_tags_no_comma.txt
new file mode 100644
index 0000000..a14a200
--- /dev/null
+++ b/src/cmd/go/testdata/script/build_tags_no_comma.txt
@@ -0,0 +1,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' \ No newline at end of file