(t *testing.T)
| 473 | } |
| 474 | |
| 475 | func TestFuzzInt32(t *testing.T) { |
| 476 | testTypeFuzz(t, &Tint32{}, &Xint32{}) |
| 477 | } |
| 478 | |
| 479 | func TestFuzzInt64(t *testing.T) { |
| 480 | testTypeFuzz(t, &Tint64{}, &Xint64{}) |
nothing calls this directly
no test coverage detected
searching dependent graphs…