(t *testing.T)
| 461 | } |
| 462 | |
| 463 | func TestFuzzByte(t *testing.T) { |
| 464 | testTypeFuzz(t, &Tbyte{}, &Xbyte{}) |
| 465 | } |
| 466 | |
| 467 | func TestFuzzInt8(t *testing.T) { |
| 468 | testTypeFuzz(t, &Tint8{}, &Xint8{}) |
nothing calls this directly
no test coverage detected
searching dependent graphs…