Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for gobuildTestdata (0.16 sec)

  1. src/cmd/link/internal/ld/dwarf_test.go

    	f, err := objfilepkg.Open(dst)
    	if err != nil {
    		t.Fatal(err)
    	}
    	return &builtFile{f, dst}
    }
    
    // Similar to gobuild() above, but uses a main package instead of a test.go file.
    
    func gobuildTestdata(t *testing.T, tdir string, pkgDir string, gcflags string) *builtFile {
    	dst := filepath.Join(tdir, "out.exe")
    
    	// Run a build with an updated GOPATH
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Feb 08 01:38:11 UTC 2024
    - 48.6K bytes
    - Viewed (0)
Back to top