Commits

Ryan Lovelett committed 1384a394ed4
[SourceKit] Fix typo in `sourcekitd-test` error handler response Currently if you type in a malformed `pos` argument it responds with: wrong pos format, it should be '<line>:<column' After the change it responds with: wrong pos format, it should be '<line>:<column>'