Skip to content

Commit 0e5bcf5

Browse files
Update lldb/test/API/CMakeLists.txt
Co-authored-by: nerix <[email protected]>
1 parent 13cdc22 commit 0e5bcf5

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
@@ -78,7 +78,7 @@ find_program(LLDB_DIRNAME_PATH dirname)
7878
if(LLDB_DIRNAME_PATH)
7979
message(STATUS "Found dirname: ${LLDB_DIRNAME_PATH}")
8080
else()
81-
message(STATUS "Did not find 'dirname'.")
81+
message(STATUS "Could NOT find 'dirname'")
8282
message(WARNING
8383
"Many LLDB API tests require the 'dirname' tool. Please provide it in Path.")
8484
endif()

0 commit comments

Comments
 (0)