(t *testing.T)
| 611 | } |
| 612 | |
| 613 | func TestFuzzSliceInt32(t *testing.T) { |
| 614 | testTypeFuzz(t, &STint32{}, &SXint32{}) |
| 615 | } |
| 616 | |
| 617 | func TestFuzzSliceInt64(t *testing.T) { |
| 618 | testTypeFuzz(t, &STint64{}, &SXint64{}) |
nothing calls this directly
no test coverage detected
searching dependent graphs…