(t *testing.T)
| 668 | } |
| 669 | |
| 670 | func TestArrayFloat64(t *testing.T) { |
| 671 | testType(t, &ATfloat64{}, &AXfloat64{}) |
| 672 | } |
| 673 | |
| 674 | func TestArrayTime(t *testing.T) { |
| 675 | testType(t, &ATtime{}, &AXtime{}) |
nothing calls this directly
no test coverage detected
searching dependent graphs…