summaryrefslogtreecommitdiff
path: root/libgo/go/cmd/go/internal/modfile/testdata/replace2.in
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/cmd/go/internal/modfile/testdata/replace2.in')
-rw-r--r--libgo/go/cmd/go/internal/modfile/testdata/replace2.in10
1 files changed, 0 insertions, 10 deletions
diff --git a/libgo/go/cmd/go/internal/modfile/testdata/replace2.in b/libgo/go/cmd/go/internal/modfile/testdata/replace2.in
deleted file mode 100644
index 786469866f9..00000000000
--- a/libgo/go/cmd/go/internal/modfile/testdata/replace2.in
+++ /dev/null
@@ -1,10 +0,0 @@
-module "abc"
-
-replace (
- "xyz" v1.2.3 => "/tmp/z"
- "xyz" v1.3.4 => "my/xyz" "v1.3.4-me"
- xyz "v1.4.5" => "/tmp/my dir"
- xyz v1.5.6 => my/xyz v1.5.6
-
- xyz => my/other/xyz v1.5.4
-)