[Lldb-commits] [lldb] 95a9ced - [lldb][test] Fix comment in TestObjcPoHint.py (#142306)
via lldb-commits
lldb-commits at lists.llvm.org
Mon Jun 2 02:29:43 PDT 2025
Author: Saagar Jha
Date: 2025-06-02T10:29:39+01:00
New Revision: 95a9cedb7112d188c462bc241d1f2ffd3b0bf395
URL: https://github.com/llvm/llvm-project/commit/95a9cedb7112d188c462bc241d1f2ffd3b0bf395
DIFF: https://github.com/llvm/llvm-project/commit/95a9cedb7112d188c462bc241d1f2ffd3b0bf395.diff
LOG: [lldb][test] Fix comment in TestObjcPoHint.py (#142306)
This seems to have been copied from above but not changed to match.
Added:
Modified:
lldb/test/API/lang/objc/objc-po-hint/TestObjcPoHint.py
Removed:
################################################################################
diff --git a/lldb/test/API/lang/objc/objc-po-hint/TestObjcPoHint.py b/lldb/test/API/lang/objc/objc-po-hint/TestObjcPoHint.py
index 3073cb07e0532..ba922944f4ce2 100644
--- a/lldb/test/API/lang/objc/objc-po-hint/TestObjcPoHint.py
+++ b/lldb/test/API/lang/objc/objc-po-hint/TestObjcPoHint.py
@@ -37,7 +37,7 @@ def test_show_po_hint_disabled(self):
self, "Set breakpoint here", lldb.SBFileSpec("main.m")
)
self.runCmd("setting set show-dont-use-po-hint false")
- # Make sure the hint is printed the first time
+ # Make sure the hint is not printed
self.expect(
"dwim-print -O -- foo",
substrs=["note: object description"],
More information about the lldb-commits
mailing list