(t *testing.T)
| 648 | } |
| 649 | |
| 650 | func TestArrayUint16(t *testing.T) { |
| 651 | testType(t, &ATuint16{}, &AXuint16{}) |
| 652 | } |
| 653 | |
| 654 | func TestArrayUint32(t *testing.T) { |
| 655 | testType(t, &ATuint32{}, &AXuint32{}) |
nothing calls this directly
no test coverage detected
searching dependent graphs…