Skip to content

Commit d61a1c2

Browse files
committed
Rebased after #104439.
1 parent 882f149 commit d61a1c2

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

lldb/unittests/tools/lldb-server/tests/LLGSTest.cpp

-4
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ using namespace llgs_tests;
1414
using namespace lldb_private;
1515
using namespace llvm;
1616

17-
#ifdef SendMessage
18-
#undef SendMessage
19-
#endif
20-
2117
// Disable this test on Windows as it appears to have a race condition
2218
// that causes lldb-server not to exit after the inferior hangs up.
2319
#if !defined(_WIN32)

lldb/unittests/tools/lldb-server/tests/TestClient.cpp

-4
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ using namespace lldb_private;
2626
using namespace llvm;
2727
using namespace llgs_tests;
2828

29-
#ifdef SendMessage
30-
#undef SendMessage
31-
#endif
32-
3329
TestClient::TestClient(std::unique_ptr<Connection> Conn) {
3430
SetConnection(std::move(Conn));
3531
SetPacketTimeout(std::chrono::seconds(10));

0 commit comments

Comments
 (0)