Skip to content

Commit 23e280d

Browse files
committed
More comparaison sign fix
1 parent aca244f commit 23e280d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/unittests/Support/LSP/Transport.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,6 @@ TEST_F(TransportInputTest, OutgoingRequestJSONParseFailure) {
200200
"{\"jsonrpc\":\"2.0\",\"id\":109,\"result\":{\"line\":3,"
201201
"\"character\":2}}\n");
202202
runTransport();
203-
EXPECT_EQ(responseCallbackInvoked, 1);
203+
EXPECT_EQ(responseCallbackInvoked, 1u);
204204
}
205205
} // namespace

0 commit comments

Comments
 (0)