(t *testing.T)
| 620 | } |
| 621 | |
| 622 | func TestArrayByte(t *testing.T) { |
| 623 | testType(t, &ATbyte{}, &AXbyte{}) |
| 624 | } |
| 625 | |
| 626 | func TestArrayInt8(t *testing.T) { |
| 627 | testType(t, &ATint8{}, &AXint8{}) |
nothing calls this directly
no test coverage detected
searching dependent graphs…