type testing.M

9 uses

	testing (current package)
		testing.go#L1981: type M struct {
		testing.go#L2023: func MainStart(deps testDeps, tests []InternalTest, benchmarks []InternalBenchmark, fuzzTargets []InternalFuzzTarget, examples []InternalExample) *M {
		testing.go#L2026: 	return &M{
		testing.go#L2039: func (m *M) Run() (code int) {
		testing.go#L2295: func (m *M) before() {
		testing.go#L2365: func (m *M) after() {
		testing.go#L2378: func (m *M) writeProfiles() {
		testing.go#L2464: func (m *M) startAlarm() time.Time {
		testing.go#L2501: func (m *M) stopAlarm() {