(t *testing.T)
| 445 | } |
| 446 | |
| 447 | func TestFuzzSlicePtr(t *testing.T) { |
| 448 | testTypeFuzz(t, &TslicePtr{X: []*int{}}, &XslicePtr{X: []*int{}}) |
| 449 | } |
| 450 | |
| 451 | func TestFuzzTimeDuration(t *testing.T) { |
| 452 | testTypeFuzz(t, &Tduration{}, &Xduration{}) |
nothing calls this directly
no test coverage detected
searching dependent graphs…