(t *testing.T)
| 643 | } |
| 644 | |
| 645 | func TestFuzzSliceFloat32(t *testing.T) { |
| 646 | testTypeFuzz(t, &STfloat32{}, &SXfloat32{}) |
| 647 | } |
| 648 | |
| 649 | func TestFuzzSliceFloat64(t *testing.T) { |
| 650 | testTypeFuzz(t, &STfloat64{}, &SXfloat64{}) |
nothing calls this directly
no test coverage detected
searching dependent graphs…