aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/script/test_empty.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/go/testdata/script/test_empty.txt')
-rw-r--r--src/cmd/go/testdata/script/test_empty.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cmd/go/testdata/script/test_empty.txt b/src/cmd/go/testdata/script/test_empty.txt
index f2c512e791..5ebbecd53d 100644
--- a/src/cmd/go/testdata/script/test_empty.txt
+++ b/src/cmd/go/testdata/script/test_empty.txt
@@ -23,6 +23,10 @@ go test -cover -coverpkg=. -race
cd $GOPATH/src/empty/testxtest
go test -cover -coverpkg=. -race
+-- empty/go.mod --
+module empty
+
+go 1.16
-- empty/pkg/pkg.go --
package p
-- empty/pkgtest/pkg.go --