(t *testing.T)
| 733 | } |
| 734 | |
| 735 | func TestSliceFloat64(t *testing.T) { |
| 736 | testType(t, &STfloat64{}, &SXfloat64{}) |
| 737 | } |
| 738 | |
| 739 | func TestSliceTime(t *testing.T) { |
| 740 | testType(t, &STtime{}, &SXtime{}) |
nothing calls this directly
no test coverage detected
searching dependent graphs…