[Lldb-commits] [lldb] [lldb] Assert lack of trailing period or newlines in diagnostics (PR #191447)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Mon Apr 13 01:15:16 PDT 2026


================
@@ -9,7 +9,7 @@
 # RUN: env HOME=%t.home %lldb-init -local-lldbinit -o 'settings show frame-format' 2>&1 | FileCheck %s --check-prefix=ALLOWINIT --check-prefix=NOINIT
 # RUN: %lldb -o 'settings show frame-format' 2>&1 | FileCheck %s --check-prefix=NOINIT --check-prefix=CHECK
 
-# WARNINIT: warning: There is a .lldbinit file in the current directory which is not being read.
+# WARNINIT: warning: there is a .lldbinit file in the current directory which is not being read.
----------------
DavidSpickett wrote:

That's because it's one sentence in a multi-sentence warning.

Could add a few words of the next sentence to the check, but that looks more unusual I think.

https://github.com/llvm/llvm-project/pull/191447


More information about the lldb-commits mailing list