(t *testing.T)
| 465 | } |
| 466 | |
| 467 | func TestFuzzInt8(t *testing.T) { |
| 468 | testTypeFuzz(t, &Tint8{}, &Xint8{}) |
| 469 | } |
| 470 | |
| 471 | func TestFuzzInt16(t *testing.T) { |
| 472 | testTypeFuzz(t, &Tint16{}, &Xint16{}) |
nothing calls this directly
no test coverage detected
searching dependent graphs…