(t *testing.T)
| 505 | } |
| 506 | |
| 507 | func TestFuzzFloat32(t *testing.T) { |
| 508 | testTypeFuzz(t, &Tfloat32{}, &Xfloat32{}) |
| 509 | } |
| 510 | |
| 511 | func TestFuzzFloat64(t *testing.T) { |
| 512 | testTypeFuzz(t, &Tfloat64{}, &Xfloat64{}) |
nothing calls this directly
no test coverage detected
searching dependent graphs…