(t *testing.T)
| 656 | } |
| 657 | |
| 658 | func TestArrayUint64(t *testing.T) { |
| 659 | testType(t, &ATuint64{}, &AXuint64{}) |
| 660 | } |
| 661 | |
| 662 | func TestArrayUintptr(t *testing.T) { |
| 663 | testType(t, &ATuintptr{}, &AXuintptr{}) |
nothing calls this directly
no test coverage detected
searching dependent graphs…