We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c8ad83 commit 86ac4a0Copy full SHA for 86ac4a0
mlir/unittests/Tools/lsp-server-support/Transport.cpp
@@ -174,7 +174,7 @@ TEST_F(TransportInputTest, OutgoingRequest) {
174
175
TEST_F(TransportInputTest, OutgoingRequestJSONParseFailure) {
176
// Make an outgoing request that expects a failure response.
177
- bool responseCallbackInvoked = 0;
+ bool responseCallbackInvoked = false;
178
auto callFn = getMessageHandler().outgoingRequest<CompletionList, Position>(
179
"outgoing-request-json-parse-failure",
180
[&responseCallbackInvoked](llvm::json::Value id,
0 commit comments