Skip to content

Commit 578e450

Browse files
fixup! [NFC][lldb] move DiagnosticsRendering to Host
1 parent 68d0638 commit 578e450

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

lldb/unittests/Host/common/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
set (FILES
2+
DiagnosticsRenderingTest.cpp
23
ZipFileResolverTest.cpp
34
)
45

lldb/unittests/Utility/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ add_lldb_unittest(UtilityTests
1010
DataBufferTest.cpp
1111
DataEncoderTest.cpp
1212
DataExtractorTest.cpp
13-
DiagnosticsRenderingTest.cpp
1413
EnvironmentTest.cpp
1514
EventTest.cpp
1615
FileSpecListTest.cpp

0 commit comments

Comments
 (0)