(t *testing.T)
| 559 | } |
| 560 | |
| 561 | func TestFuzzArrayUint16(t *testing.T) { |
| 562 | testTypeFuzz(t, &ATuint16{}, &AXuint16{}) |
| 563 | } |
| 564 | |
| 565 | func TestFuzzArrayUint32(t *testing.T) { |
| 566 | testTypeFuzz(t, &ATuint32{}, &AXuint32{}) |
nothing calls this directly
no test coverage detected
searching dependent graphs…