go/src/cmd/compile/internal/inline/inlheur/dumpscores_test.go

func TestDumpCallSiteScoreDump(t *testing.T) {}

// gatherInlCallSitesScoresForFile builds the specified testcase 'testcase'
// from testdata/props passing the "-d=dumpinlcallsitescores=1"
// compiler option, to produce a dump, then returns the path of the
// newly created file.
func gatherInlCallSitesScoresForFile(t *testing.T, testcase string, td string) (string, error) {}