Skip to content

Commit ba56658

Browse files
Merge pull request #11243 from swiftlang/revert-11241-charles-zablit/lldb/disable-protocol-test-windows
Revert "[lldb][windows] deactivate ProtocolMCPServerTest"
2 parents 11df9fd + 1c484e9 commit ba56658

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)