some deletions
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / honnef.co / go / tools@v0.0.1-2020.1.5 / facts / facts_test.go
diff --git a/.config/coc/extensions/coc-go-data/tools/pkg/mod/honnef.co/go/tools@v0.0.1-2020.1.5/facts/facts_test.go b/.config/coc/extensions/coc-go-data/tools/pkg/mod/honnef.co/go/tools@v0.0.1-2020.1.5/facts/facts_test.go
deleted file mode 100644 (file)
index 6e7de1a..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-package facts
-
-import (
-       "testing"
-
-       "golang.org/x/tools/go/analysis/analysistest"
-)
-
-func TestDeprecated(t *testing.T) {
-       analysistest.Run(t, analysistest.TestData(), Deprecated, "Deprecated")
-}
-
-func TestPurity(t *testing.T) {
-       analysistest.Run(t, analysistest.TestData(), Purity, "Purity")
-}