Test arrays
(t *testing.T)
| 612 | |
| 613 | // Test arrays |
| 614 | func TestArrayBool(t *testing.T) { |
| 615 | testType(t, &ATbool{}, &AXbool{}) |
| 616 | } |
| 617 | |
| 618 | func TestArrayInt(t *testing.T) { |
| 619 | testType(t, &ATint{}, &AXint{}) |
nothing calls this directly
no test coverage detected
searching dependent graphs…