(t *testing.T)
| 517 | } |
| 518 | |
| 519 | func TestByte(t *testing.T) { |
| 520 | testType(t, &Tbyte{}, &Xbyte{}) |
| 521 | } |
| 522 | |
| 523 | func TestInt8(t *testing.T) { |
| 524 | testType(t, &Tint8{}, &Xint8{}) |
nothing calls this directly
no test coverage detected
searching dependent graphs…