(t *testing.T)
| 595 | } |
| 596 | |
| 597 | func TestFuzzSliceInt(t *testing.T) { |
| 598 | testTypeFuzz(t, &STint{}, &SXint{}) |
| 599 | } |
| 600 | |
| 601 | func TestFuzzSliceByte(t *testing.T) { |
| 602 | testTypeFuzz(t, &STbyte{}, &SXbyte{}) |
nothing calls this directly
no test coverage detected
searching dependent graphs…