summaryrefslogtreecommitdiff
path: root/libgo/go/cmd/go/testdata/src/complex/nest/sub/test12/p.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/cmd/go/testdata/src/complex/nest/sub/test12/p.go')
-rw-r--r--libgo/go/cmd/go/testdata/src/complex/nest/sub/test12/p.go11
1 files changed, 0 insertions, 11 deletions
diff --git a/libgo/go/cmd/go/testdata/src/complex/nest/sub/test12/p.go b/libgo/go/cmd/go/testdata/src/complex/nest/sub/test12/p.go
deleted file mode 100644
index 94943ec1bbe..00000000000
--- a/libgo/go/cmd/go/testdata/src/complex/nest/sub/test12/p.go
+++ /dev/null
@@ -1,11 +0,0 @@
-package test12
-
-// Check that vendor/v1 is used but vendor/v2 is NOT used (sub/vendor/v2 wins).
-
-import (
- "v1"
- "v2"
-)
-
-const x = v1.ComplexNestVendorV1
-const y = v2.ComplexNestSubVendorV2