]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/go/testdata: remove directory badmod
authorMichael Matloob <matloob@golang.org>
Fri, 3 Jan 2020 21:26:07 +0000 (16:26 -0500)
committerMichael Matloob <matloob@golang.org>
Mon, 6 Jan 2020 15:47:02 +0000 (15:47 +0000)
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 <matloob@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
src/cmd/go/testdata/badmod/go.mod [deleted file]
src/cmd/go/testdata/badmod/x.go [deleted file]

diff --git a/src/cmd/go/testdata/badmod/go.mod b/src/cmd/go/testdata/badmod/go.mod
deleted file mode 100644 (file)
index f7f6423..0000000
+++ /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 (file)
index 579fb08..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-package x
-
-import _ "appengine"
-import _ "nonexistent.rsc.io" // domain does not exist