honnef.co/go/tools@v0.5.0-0.dev.0.20240520180541-dcae280a5e87/quickfix/qf1006/qf1006_test.go (about) 1 // Code generated by generate.go. DO NOT EDIT. 2 3 package qf1006 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 }