(t *testing.T)
| 599 | } |
| 600 | |
| 601 | func TestFuzzSliceByte(t *testing.T) { |
| 602 | testTypeFuzz(t, &STbyte{}, &SXbyte{}) |
| 603 | } |
| 604 | |
| 605 | func TestFuzzSliceInt8(t *testing.T) { |
| 606 | testTypeFuzz(t, &STint8{}, &SXint8{}) |
nothing calls this directly
no test coverage detected
searching dependent graphs…