(t *testing.T)
| 632 | } |
| 633 | |
| 634 | func TestArrayInt32(t *testing.T) { |
| 635 | testType(t, &ATint32{}, &AXint32{}) |
| 636 | } |
| 637 | |
| 638 | func TestArrayInt64(t *testing.T) { |
| 639 | testType(t, &ATint64{}, &AXint64{}) |
nothing calls this directly
no test coverage detected
searching dependent graphs…