Files
sourcekit-lsp/Tests/LanguageServerProtocolJSONRPCTests
Ben Langmuir 6e4060732d [tsan] Fix race in testMessageBuffer
We don't need to check the message buffer in the middle of the test; it
suffices that we got the expectation fulfilled at the right times. The
check at the end of the test can be done by synchronizing via close()
before reading.
2019-10-04 16:15:31 -07:00
..