(t *testing.T)
| 591 | } |
| 592 | |
| 593 | func TestFuzzSliceBool(t *testing.T) { |
| 594 | testTypeFuzz(t, &STbool{}, &SXbool{}) |
| 595 | } |
| 596 | |
| 597 | func TestFuzzSliceInt(t *testing.T) { |
| 598 | testTypeFuzz(t, &STint{}, &SXint{}) |
nothing calls this directly
no test coverage detected
searching dependent graphs…