Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NoFuncsNoTests (0.21 sec)

  1. src/cmd/cover/cfg_test.go

    	// Run the cover command with "emit meta" enabled on a package
    	// with no functions and no test files.
    	tpath := filepath.Join("testdata", "pkgcfg")
    	pkgfiles := []string{filepath.Join(tpath, "noFuncsNoTests", "nfnt.go")}
    	pname := "noFuncsNoTests"
    	mode := "count"
    	gran := "perblock"
    	ppath := "cfg/" + pname
    	tag := mode + "_" + gran
    	instdir := filepath.Join(dir, "inst2")
    	if err := os.Mkdir(instdir, 0777); err != nil {
    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