(t *testing.T)
| 693 | } |
| 694 | |
| 695 | func TestSliceInt16(t *testing.T) { |
| 696 | testType(t, &STint16{}, &SXint16{}) |
| 697 | } |
| 698 | |
| 699 | func TestSliceInt32(t *testing.T) { |
| 700 | testType(t, &STint32{}, &SXint32{}) |
nothing calls this directly
no test coverage detected
searching dependent graphs…