summaryrefslogtreecommitdiff
path: root/libgo/go/cmd/go/testdata/mod/example.com_split_subpkg_v1.1.0.txt
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/cmd/go/testdata/mod/example.com_split_subpkg_v1.1.0.txt')
-rw-r--r--libgo/go/cmd/go/testdata/mod/example.com_split_subpkg_v1.1.0.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/libgo/go/cmd/go/testdata/mod/example.com_split_subpkg_v1.1.0.txt b/libgo/go/cmd/go/testdata/mod/example.com_split_subpkg_v1.1.0.txt
new file mode 100644
index 00000000000..b197b663981
--- /dev/null
+++ b/libgo/go/cmd/go/testdata/mod/example.com_split_subpkg_v1.1.0.txt
@@ -0,0 +1,11 @@
+Written by hand.
+Test case for getting a package that has been moved to a different module.
+
+-- .mod --
+module example.com/split/subpkg
+
+require example.com/split v1.1.0
+-- .info --
+{"Version": "v1.1.0"}
+-- x.go --
+package subpkg