Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for buildPtrTests (0.13 sec)

  1. src/cmd/cgo/internal/testerrors/ptr_test.go

    		gopath = *tmp
    		dir = ""
    	} else {
    		d, err := os.MkdirTemp("", filepath.Base(t.Name()))
    		if err != nil {
    			t.Fatal(err)
    		}
    		dir = d
    		gopath = d
    	}
    
    	exe := buildPtrTests(t, gopath, false)
    	exe2 := buildPtrTests(t, gopath, true)
    
    	// We (TestPointerChecks) return before the parallel subtest functions do,
    	// so we can't just defer os.RemoveAll(dir). Instead we have to wait for
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 03 16:07:49 UTC 2023
    - 21.2K bytes
    - Viewed (0)
Back to top