Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for yesFuncsNoTests (0.24 sec)

  1. src/cmd/cover/cfg_test.go

    	// with functions but no test files.
    	tpath := filepath.Join("testdata", "pkgcfg")
    	pkg1files := []string{filepath.Join(tpath, "yesFuncsNoTests", "yfnt.go")}
    	ppath := "cfg/yesFuncsNoTests"
    	pname := "yesFuncsNoTests"
    	mode := "count"
    	gran := "perblock"
    	tag := mode + "_" + gran
    	instdir := filepath.Join(dir, "inst")
    	if err := os.Mkdir(instdir, 0777); err != nil {
    		t.Fatal(err)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 15 12:51:11 UTC 2024
    - 7.8K bytes
    - Viewed (0)
Back to top