Skip to content

Commit 7f76c70

Browse files
committed
[lldb] Fix capitalization in CMake status message
s/LLDB Tests/LLDB tests/
1 parent bc82e9b commit 7f76c70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ if(CMAKE_HOST_APPLE)
116116
list(APPEND LLDB_TEST_COMMON_ARGS --out-of-tree-debugserver)
117117
add_lldb_test_dependency(debugserver)
118118
else()
119-
message(STATUS "LLDB Tests use just-built debug server")
119+
message(STATUS "LLDB tests use just-built debug server")
120120
endif()
121121
endif()
122122

0 commit comments

Comments
 (0)