aboutsummaryrefslogtreecommitdiff
path: root/internal/lsp/testdata/godef/a/a_x_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/lsp/testdata/godef/a/a_x_test.go')
-rw-r--r--internal/lsp/testdata/godef/a/a_x_test.go9
1 files changed, 0 insertions, 9 deletions
diff --git a/internal/lsp/testdata/godef/a/a_x_test.go b/internal/lsp/testdata/godef/a/a_x_test.go
deleted file mode 100644
index 4631eba2c..000000000
--- a/internal/lsp/testdata/godef/a/a_x_test.go
+++ /dev/null
@@ -1,9 +0,0 @@
-package a_test
-
-import (
- "testing"
-)
-
-func TestA2(t *testing.T) { //@TestA2,godef(TestA2, TestA2)
- Nonexistant() //@diag("Nonexistant", "compiler", "undeclared name: Nonexistant", "error")
-}