(t *testing.T)
| 672 | } |
| 673 | |
| 674 | func TestArrayTime(t *testing.T) { |
| 675 | testType(t, &ATtime{}, &AXtime{}) |
| 676 | } |
| 677 | |
| 678 | // Test slices |
| 679 | func TestSliceBool(t *testing.T) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…