llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-lldb Author: Saagar Jha (saagarjha) <details> <summary>Changes</summary> This seems to have been copied from above but not changed to match. --- Full diff: https://github.com/llvm/llvm-project/pull/142306.diff 1 Files Affected: - (modified) lldb/test/API/lang/objc/objc-po-hint/TestObjcPoHint.py (+1-1) ``````````diff 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"], `````````` </details> https://github.com/llvm/llvm-project/pull/142306 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits