unreachable

This commit is contained in:
risk danger olson 2016-07-15 11:45:50 -06:00
parent d3c9c72616
commit c0a2b8988b

@ -94,8 +94,6 @@ func runTest(output chan string, testname string) {
cmd.Process.Kill()
return
}
sendTestOutput(output, testname, buf, nil)
}
func sendTestOutput(output chan string, testname string, buf *bytes.Buffer, err error) {