(_ *testing.T)
| 64 | } |
| 65 | |
| 66 | func TestCustomDirHelper(_ *testing.T) { |
| 67 | if !testutil.WantHelperProcess() { |
| 68 | return |
| 69 | } |
| 70 | |
| 71 | fmt.Fprintln(os.Stdout, CustomDir()) |
| 72 | } |
| 73 | |
| 74 | func TestCustomDir(t *testing.T) { |
| 75 | tests := []struct { |
nothing calls this directly
no test coverage detected