aboutsummaryrefslogtreecommitdiff
path: root/internal/lsp/testdata/godef/a/a_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/lsp/testdata/godef/a/a_test.go')
-rw-r--r--internal/lsp/testdata/godef/a/a_test.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/internal/lsp/testdata/godef/a/a_test.go b/internal/lsp/testdata/godef/a/a_test.go
deleted file mode 100644
index 77bd633b6..000000000
--- a/internal/lsp/testdata/godef/a/a_test.go
+++ /dev/null
@@ -1,8 +0,0 @@
-package a
-
-import (
- "testing"
-)
-
-func TestA(t *testing.T) { //@TestA,godef(TestA, TestA)
-}