(t *testing.T)
| 628 | } |
| 629 | |
| 630 | func TestArrayInt16(t *testing.T) { |
| 631 | testType(t, &ATint16{}, &AXint16{}) |
| 632 | } |
| 633 | |
| 634 | func TestArrayInt32(t *testing.T) { |
| 635 | testType(t, &ATint32{}, &AXint32{}) |
nothing calls this directly
no test coverage detected
searching dependent graphs…