type testing.TB

4 uses

	testing (current package)
		fuzz.go#L86: var _ TB = (*F)(nil)
		testing.go#L913: type TB interface {
		testing.go#L941: var _ TB = (*T)(nil)
		testing.go#L942: var _ TB = (*B)(nil)