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
1 package facts
2
3 import (
4         "testing"
5
6         "golang.org/x/tools/go/analysis/analysistest"
7 )
8
9 func TestDeprecated(t *testing.T) {
10         analysistest.Run(t, analysistest.TestData(), Deprecated, "Deprecated")
11 }
12
13 func TestPurity(t *testing.T) {
14         analysistest.Run(t, analysistest.TestData(), Purity, "Purity")
15 }