honnef.co/go/tools@v0.5.0-0.dev.0.20240520180541-dcae280a5e87/analysis/facts/deprecated/deprecated_test.go (about)

     1  package deprecated
     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(), Analyzer, "example.com/Deprecated")
    11  }