(t *testing.T)
| 111 | } |
| 112 | |
| 113 | func TestMergeIter(t *testing.T) { |
| 114 | testFramework(t, sort.MergeIter[int]) |
| 115 | } |
| 116 | |
| 117 | func TestMergeParallel(t *testing.T) { |
| 118 | testFramework(t, sort.ParallelMerge[int]) |
nothing calls this directly
no test coverage detected