Skip to content

Commit 1c484e9

Browse files
authored
Revert "[lldb][windows] deactivate ProtocolMCPServerTest"
1 parent 11df9fd commit 1c484e9

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed
Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
1-
set(PROTOCOL_TEST_SOURCES
2-
ProtocolMCPTest.cpp
3-
)
4-
5-
if(NOT WIN32)
6-
list(APPEND PROTOCOL_TEST_SOURCES ProtocolMCPServerTest.cpp)
7-
endif()
8-
91
add_lldb_unittest(ProtocolTests
10-
${PROTOCOL_TEST_SOURCES}
2+
ProtocolMCPTest.cpp
3+
ProtocolMCPServerTest.cpp
114

125
LINK_LIBS
136
lldbCore
@@ -16,4 +9,4 @@ add_lldb_unittest(ProtocolTests
169
lldbPluginPlatformMacOSX
1710
lldbPluginProtocolServerMCP
1811
LLVMTestingSupport
19-
)
12+
)

0 commit comments

Comments
 (0)