(t *testing.T)
| 539 | } |
| 540 | |
| 541 | func TestFuzzArrayInt16(t *testing.T) { |
| 542 | testTypeFuzz(t, &ATint16{}, &AXint16{}) |
| 543 | } |
| 544 | |
| 545 | func TestFuzzArrayInt32(t *testing.T) { |
| 546 | testTypeFuzz(t, &ATint32{}, &AXint32{}) |
nothing calls this directly
no test coverage detected
searching dependent graphs…