()
| 36 | var _allDone chan struct{} |
| 37 | |
| 38 | func waitForDone() { |
| 39 | <-_allDone |
| 40 | } |
| 41 | |
| 42 | func TestAll(t *testing.T) { |
| 43 | // We use a global channel so that the function below does not |
no outgoing calls
no test coverage detected
searching dependent graphs…