testing.M.examples (field)

5 uses

	testing (current package)
		testing.go#L1341: 	examples   []InternalExample
		testing.go#L1377: 		examples:   examples,
		testing.go#L1406: 		listTests(m.deps.MatchString, m.tests, m.benchmarks, m.examples)
		testing.go#L1416: 	haveExamples = len(m.examples) > 0
		testing.go#L1418: 	exampleRan, exampleOk := runExamples(m.deps.MatchString, m.examples)