(t *testing.T)
| 501 | } |
| 502 | |
| 503 | func TestFuzzUintptr(t *testing.T) { |
| 504 | testTypeFuzz(t, &Tuintptr{}, &Xuintptr{}) |
| 505 | } |
| 506 | |
| 507 | func TestFuzzFloat32(t *testing.T) { |
| 508 | testTypeFuzz(t, &Tfloat32{}, &Xfloat32{}) |
nothing calls this directly
no test coverage detected
searching dependent graphs…