(t *testing.T)
| 636 | } |
| 637 | |
| 638 | func TestArrayInt64(t *testing.T) { |
| 639 | testType(t, &ATint64{}, &AXint64{}) |
| 640 | } |
| 641 | |
| 642 | func TestArrayUint(t *testing.T) { |
| 643 | testType(t, &ATuint{}, &AXuint{}) |
nothing calls this directly
no test coverage detected
searching dependent graphs…