We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 882f149 commit d61a1c2Copy full SHA for d61a1c2
lldb/unittests/tools/lldb-server/tests/LLGSTest.cpp
@@ -14,10 +14,6 @@ using namespace llgs_tests;
14
using namespace lldb_private;
15
using namespace llvm;
16
17
-#ifdef SendMessage
18
-#undef SendMessage
19
-#endif
20
-
21
// Disable this test on Windows as it appears to have a race condition
22
// that causes lldb-server not to exit after the inferior hangs up.
23
#if !defined(_WIN32)
lldb/unittests/tools/lldb-server/tests/TestClient.cpp
@@ -26,10 +26,6 @@ using namespace lldb_private;
26
27
using namespace llgs_tests;
28
29
30
31
32
33
TestClient::TestClient(std::unique_ptr<Connection> Conn) {
34
SetConnection(std::move(Conn));
35
SetPacketTimeout(std::chrono::seconds(10));
0 commit comments