Giant blob of minor changes
[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
new file mode 100644 (file)
index 0000000..6e7de1a
--- /dev/null
@@ -0,0 +1,15 @@
+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")
+}