type testing.M

9 uses

	testing (current package)
		testing.go#L2171: type M struct {
		testing.go#L2213: func MainStart(deps testDeps, tests []InternalTest, benchmarks []InternalBenchmark, fuzzTargets []InternalFuzzTarget, examples []InternalExample) *M {
		testing.go#L2216: 	return &M{
		testing.go#L2234: func (m *M) Run() (code int) {
		testing.go#L2493: func (m *M) before() {
		testing.go#L2563: func (m *M) after() {
		testing.go#L2576: func (m *M) writeProfiles() {
		testing.go#L2662: func (m *M) startAlarm() time.Time {
		testing.go#L2699: func (m *M) stopAlarm() {