(t *testing.T)
| 571 | } |
| 572 | |
| 573 | func TestFuzzArrayUintptr(t *testing.T) { |
| 574 | testTypeFuzz(t, &ATuintptr{}, &AXuintptr{}) |
| 575 | } |
| 576 | |
| 577 | func TestFuzzArrayFloat32(t *testing.T) { |
| 578 | testTypeFuzz(t, &ATfloat32{}, &AXfloat32{}) |
nothing calls this directly
no test coverage detected
searching dependent graphs…