Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for NoFuncsNoTests (0.15 sec)

  1. src/cmd/cover/testdata/pkgcfg/noFuncsNoTests/nfnt.go

    package noFuncsNoTests
    
    const foo = 1
    
    var G struct {
    	x int
    	y bool
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 14 19:44:37 UTC 2023
    - 71 bytes
    - Viewed (0)
  2. 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