(t *testing.T)
| 150 | } |
| 151 | |
| 152 | func TestWeakTee(t *testing.T) { |
| 153 | testTee(t, WeakTee) |
| 154 | } |
| 155 | |
| 156 | func testDistribute(t *testing.T, dist func(input SimpleOutChannel, outputs ...SimpleInChannel)) { |
| 157 | a := NewNativeChannel(None) |
nothing calls this directly
no test coverage detected
searching dependent graphs…