Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/dist/
Dtest.go105 type distTest struct { struct
106 name string // unique test name; may be filtered with -run flag
107 heading string // group section; this header is printed before the test is run.
108 fn func(*distTest) error