(t *testing.T, trs []*Trace)
| 320 | } |
| 321 | |
| 322 | func makeBackendBlockWithTraces(t *testing.T, trs []*Trace) *backendBlock { |
| 323 | return makeBackendBlockWithTracesWithDedicatedColumns(t, trs, test.MakeDedicatedColumns()) |
| 324 | } |
| 325 | |
| 326 | func makeBackendBlockWithTracesWithDedicatedColumns(t *testing.T, trs []*Trace, dc backend.DedicatedColumns) *backendBlock { |
| 327 | rawR, rawW, _, err := local.New(&local.Config{ |
no test coverage detected