(t *testing.T)
| 603 | } |
| 604 | |
| 605 | func TestFuzzSliceInt8(t *testing.T) { |
| 606 | testTypeFuzz(t, &STint8{}, &SXint8{}) |
| 607 | } |
| 608 | |
| 609 | func TestFuzzSliceInt16(t *testing.T) { |
| 610 | testTypeFuzz(t, &STint16{}, &SXint16{}) |
nothing calls this directly
no test coverage detected
searching dependent graphs…