(t *testing.T)
| 477 | } |
| 478 | |
| 479 | func TestFuzzInt64(t *testing.T) { |
| 480 | testTypeFuzz(t, &Tint64{}, &Xint64{}) |
| 481 | } |
| 482 | |
| 483 | func TestFuzzUint(t *testing.T) { |
| 484 | testTypeFuzz(t, &Tuint{}, &Xuint{}) |
nothing calls this directly
no test coverage detected
searching dependent graphs…