Home
last modified time | relevance | path

Searched defs:testgoData (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/
Dgo_test.go379 type testgoData struct { struct
380 t *testing.T
381 temps []string
382 env []string
383 tempdir string
384 ran bool
385 inParallel bool
386 stdout, stderr bytes.Buffer
387 execDir string // dir for tg.run
407 func (tg *testgoData) must(err error) {
[all …]