(t *testing.T)
| 624 | } |
| 625 | |
| 626 | func TestArrayInt8(t *testing.T) { |
| 627 | testType(t, &ATint8{}, &AXint8{}) |
| 628 | } |
| 629 | |
| 630 | func TestArrayInt16(t *testing.T) { |
| 631 | testType(t, &ATint16{}, &AXint16{}) |
nothing calls this directly
no test coverage detected
searching dependent graphs…