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"],


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to