Files
sourcekit-lsp/Tests/LanguageServerProtocolJSONRPCTests
Saleem Abdulrasool ea6ad5f1ff LanguageServerProtocolJSONRPCTests: silence a warning
`Sleep` is a `void` returning function, which makes the blackhole
redundant.  Remove the unnecessary assignment which also silences
the warning associated with it.
2022-08-28 04:35:09 -07:00
..