(t *testing.T)
| 607 | } |
| 608 | |
| 609 | func TestFuzzSliceInt16(t *testing.T) { |
| 610 | testTypeFuzz(t, &STint16{}, &SXint16{}) |
| 611 | } |
| 612 | |
| 613 | func TestFuzzSliceInt32(t *testing.T) { |
| 614 | testTypeFuzz(t, &STint32{}, &SXint32{}) |
nothing calls this directly
no test coverage detected
searching dependent graphs…