aboutsummaryrefslogtreecommitdiff
path: root/gopls/internal/lsp/testdata/implementation/other/other_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'gopls/internal/lsp/testdata/implementation/other/other_test.go')
-rw-r--r--gopls/internal/lsp/testdata/implementation/other/other_test.go10
1 files changed, 10 insertions, 0 deletions
diff --git a/gopls/internal/lsp/testdata/implementation/other/other_test.go b/gopls/internal/lsp/testdata/implementation/other/other_test.go
new file mode 100644
index 000000000..846e0d591
--- /dev/null
+++ b/gopls/internal/lsp/testdata/implementation/other/other_test.go
@@ -0,0 +1,10 @@
+package other
+
+import (
+ "testing"
+)
+
+// This exists so the other.test package comes into existence.
+
+func TestOther(t *testing.T) {
+}