From: Michael Matloob Date: Fri, 3 Jan 2020 21:26:07 +0000 (-0500) Subject: cmd/go/testdata: remove directory badmod X-Git-Tag: go1.14rc1~174 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=72f92def89b4d417182bc008d2fa0f817746f3bf;p=gostls13.git cmd/go/testdata: remove directory badmod It doesn't seem to be used anywhere. Change-Id: If979b6d69c9bf5261afd980d96f67991c417d46d Reviewed-on: https://go-review.googlesource.com/c/go/+/213218 Run-TryBot: Michael Matloob TryBot-Result: Gobot Gobot Reviewed-by: Jay Conrod --- diff --git a/src/cmd/go/testdata/badmod/go.mod b/src/cmd/go/testdata/badmod/go.mod deleted file mode 100644 index f7f6423870..0000000000 --- a/src/cmd/go/testdata/badmod/go.mod +++ /dev/null @@ -1 +0,0 @@ -module m diff --git a/src/cmd/go/testdata/badmod/x.go b/src/cmd/go/testdata/badmod/x.go deleted file mode 100644 index 579fb086ee..0000000000 --- a/src/cmd/go/testdata/badmod/x.go +++ /dev/null @@ -1,4 +0,0 @@ -package x - -import _ "appengine" -import _ "nonexistent.rsc.io" // domain does not exist