honnef.co/go/tools@v0.5.0-0.dev.0.20240520180541-dcae280a5e87/simple/s1033/s1033_test.go (about)

     1  // Code generated by generate.go. DO NOT EDIT.
     2  
     3  package s1033
     4  
     5  import (
     6  	"testing"
     7  
     8  	"honnef.co/go/tools/analysis/lint/testutil"
     9  )
    10  
    11  func TestTestdata(t *testing.T) {
    12  	testutil.Run(t, SCAnalyzer)
    13  }