(t *testing.T)
| 652 | } |
| 653 | |
| 654 | func TestArrayUint32(t *testing.T) { |
| 655 | testType(t, &ATuint32{}, &AXuint32{}) |
| 656 | } |
| 657 | |
| 658 | func TestArrayUint64(t *testing.T) { |
| 659 | testType(t, &ATuint64{}, &AXuint64{}) |
nothing calls this directly
no test coverage detected
searching dependent graphs…