(t *testing.T)
| 493 | } |
| 494 | |
| 495 | func TestFuzzUint32(t *testing.T) { |
| 496 | testTypeFuzz(t, &Tuint32{}, &Xuint32{}) |
| 497 | } |
| 498 | |
| 499 | func TestFuzzUint64(t *testing.T) { |
| 500 | testTypeFuzz(t, &Tuint64{}, &Xuint64{}) |
nothing calls this directly
no test coverage detected
searching dependent graphs…