Files
sourcekit-lsp/Tests/LanguageServerProtocolJSONRPCTests
Ben Langmuir 6445a69029 [test] Fix double close in testCloseRace
Close the fd via the FileHandle rather than directly on the file
descriptor so that it does not get closed again when the pipe is
released. Fixes running test in parallel on Linux.
2020-04-08 11:55:21 -07:00
..