type testing.TB

4 uses

	testing (current package)
		fuzz.go#L86: var _ TB = (*F)(nil)
		testing.go#L889: type TB interface {
		testing.go#L921: 	_ TB = (*T)(nil)
		testing.go#L922: 	_ TB = (*B)(nil)