aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThan McIntosh <thanm@google.com>2023-01-13 10:31:21 -0500
committerThan McIntosh <thanm@google.com>2023-01-13 16:01:25 +0000
commit643f463186c0bc158ddfbeefc816544048cd2d37 (patch)
tree0056231abd496ed42b9250388aa2af12f54fd5a8
parent245e95dfabd77f337373bf2d6bb47cd353ad8d74 (diff)
downloadgo-643f463186c0bc158ddfbeefc816544048cd2d37.tar.gz
go-643f463186c0bc158ddfbeefc816544048cd2d37.zip
cmd/cover: remove go.mod from testdata subdir
Remove a superfluous go.mod file in one of the testdata subdirs; test runs ok without it, no need for it to be there (can confuse tooling). Change-Id: I3c43dd8ca557fdd32ce2f84cdb2427326a2dd35e Reviewed-on: https://go-review.googlesource.com/c/go/+/461945 Reviewed-by: Bryan Mills <bcmills@google.com> Run-TryBot: Than McIntosh <thanm@google.com> Reviewed-by: Michael Pratt <mpratt@google.com> TryBot-Result: Gopher Robot <gobot@golang.org>
-rw-r--r--src/cmd/cover/testdata/pkgcfg/go.mod3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cmd/cover/testdata/pkgcfg/go.mod b/src/cmd/cover/testdata/pkgcfg/go.mod
deleted file mode 100644
index 3d2ee96414..0000000000
--- a/src/cmd/cover/testdata/pkgcfg/go.mod
+++ /dev/null
@@ -1,3 +0,0 @@
-module cfg
-
-go 1.19