aboutsummaryrefslogtreecommitdiff
path: root/internal/lsp/testdata/missingfunction/error_param.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/lsp/testdata/missingfunction/error_param.go')
-rw-r--r--internal/lsp/testdata/missingfunction/error_param.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/internal/lsp/testdata/missingfunction/error_param.go b/internal/lsp/testdata/missingfunction/error_param.go
deleted file mode 100644
index 9fd943ffb..000000000
--- a/internal/lsp/testdata/missingfunction/error_param.go
+++ /dev/null
@@ -1,6 +0,0 @@
-package missingfunction
-
-func errorParam() {
- var err error
- undefinedErrorParam(err) //@suggestedfix("undefinedErrorParam", "quickfix")
-}