(t *testing.T)
| 689 | } |
| 690 | |
| 691 | func TestSliceInt8(t *testing.T) { |
| 692 | testType(t, &STint8{}, &SXint8{}) |
| 693 | } |
| 694 | |
| 695 | func TestSliceInt16(t *testing.T) { |
| 696 | testType(t, &STint16{}, &SXint16{}) |
nothing calls this directly
no test coverage detected
searching dependent graphs…