summaryrefslogtreecommitdiff
path: root/libgo/go/cmd/go/testdata/script/test_compile_binary.txt
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/cmd/go/testdata/script/test_compile_binary.txt')
-rw-r--r--libgo/go/cmd/go/testdata/script/test_compile_binary.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/libgo/go/cmd/go/testdata/script/test_compile_binary.txt b/libgo/go/cmd/go/testdata/script/test_compile_binary.txt
new file mode 100644
index 00000000000..6c01bc5729e
--- /dev/null
+++ b/libgo/go/cmd/go/testdata/script/test_compile_binary.txt
@@ -0,0 +1,6 @@
+! go test -c compile_binary/...
+stderr 'build comment'
+
+-- compile_binary/foo_test.go --
+//+build foo
+package foo