aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/mod/example.com_retract_self_all_v1.9.0.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/go/testdata/mod/example.com_retract_self_all_v1.9.0.txt')
-rw-r--r--src/cmd/go/testdata/mod/example.com_retract_self_all_v1.9.0.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/cmd/go/testdata/mod/example.com_retract_self_all_v1.9.0.txt b/src/cmd/go/testdata/mod/example.com_retract_self_all_v1.9.0.txt
new file mode 100644
index 0000000000..4dc486b599
--- /dev/null
+++ b/src/cmd/go/testdata/mod/example.com_retract_self_all_v1.9.0.txt
@@ -0,0 +1,14 @@
+Module example.com/retract/self/prev is a module that retracts its own
+latest version.
+
+No unretracted versions are available.
+
+-- .mod --
+module example.com/retract/self/all
+
+go 1.15
+
+retract v1.9.0 // bad
+
+-- .info --
+{"Version":"v1.9.0"}