(t *testing.T)
| 531 | } |
| 532 | |
| 533 | func TestFuzzArrayByte(t *testing.T) { |
| 534 | testTypeFuzz(t, &ATbyte{}, &AXbyte{}) |
| 535 | } |
| 536 | |
| 537 | func TestFuzzArrayInt8(t *testing.T) { |
| 538 | testTypeFuzz(t, &ATint8{}, &AXint8{}) |
nothing calls this directly
no test coverage detected
searching dependent graphs…