type testing.TB

4 uses

	testing (current package)
		fuzz.go#L86: var _ TB = (*F)(nil)
		testing.go#L743: type TB interface {
		testing.go#L769: var _ TB = (*T)(nil)
		testing.go#L770: var _ TB = (*B)(nil)