(t *testing.T)
| 729 | } |
| 730 | |
| 731 | func TestSliceFloat32(t *testing.T) { |
| 732 | testType(t, &STfloat32{}, &SXfloat32{}) |
| 733 | } |
| 734 | |
| 735 | func TestSliceFloat64(t *testing.T) { |
| 736 | testType(t, &STfloat64{}, &SXfloat64{}) |
nothing calls this directly
no test coverage detected
searching dependent graphs…