(t *testing.T)
| 660 | } |
| 661 | |
| 662 | func TestArrayUintptr(t *testing.T) { |
| 663 | testType(t, &ATuintptr{}, &AXuintptr{}) |
| 664 | } |
| 665 | |
| 666 | func TestArrayFloat32(t *testing.T) { |
| 667 | testType(t, &ATfloat32{}, &AXfloat32{}) |
nothing calls this directly
no test coverage detected
searching dependent graphs…