(t *testing.T)
| 469 | } |
| 470 | |
| 471 | func TestFuzzInt16(t *testing.T) { |
| 472 | testTypeFuzz(t, &Tint16{}, &Xint16{}) |
| 473 | } |
| 474 | |
| 475 | func TestFuzzInt32(t *testing.T) { |
| 476 | testTypeFuzz(t, &Tint32{}, &Xint32{}) |
nothing calls this directly
no test coverage detected
searching dependent graphs…