(t *testing.T)
| 639 | } |
| 640 | |
| 641 | func TestFuzzSliceUintptr(t *testing.T) { |
| 642 | testTypeFuzz(t, &STuintptr{}, &SXuintptr{}) |
| 643 | } |
| 644 | |
| 645 | func TestFuzzSliceFloat32(t *testing.T) { |
| 646 | testTypeFuzz(t, &STfloat32{}, &SXfloat32{}) |
nothing calls this directly
no test coverage detected
searching dependent graphs…