https://github.com/saagarjha created https://github.com/llvm/llvm-project/pull/142306
This seems to have been copied from above but not changed to match. >From 1be69ca55dddba65e1268681bb6f7ca037d7a476 Mon Sep 17 00:00:00 2001 From: Saagar Jha <saa...@saagarjha.com> Date: Sun, 1 Jun 2025 02:38:51 -0700 Subject: [PATCH] Fix comment in TestObjcPoHint.py This seems to have been copied from above but not changed to match. --- lldb/test/API/lang/objc/objc-po-hint/TestObjcPoHint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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