Skip to content

[lldb][test] Fix comment in TestObjcPoHint.py #142306

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 2, 2025
Merged

Conversation

saagarjha
Copy link
Contributor

This seems to have been copied from above but not changed to match.

This seems to have been copied from above but not changed to match.
@saagarjha saagarjha requested a review from JDevlieghere as a code owner June 1, 2025 09:40
@llvmbot llvmbot added the lldb label Jun 1, 2025
@llvmbot
Copy link
Member

llvmbot commented Jun 1, 2025

@llvm/pr-subscribers-lldb

Author: Saagar Jha (saagarjha)

Changes

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

Copy link
Collaborator

@DavidSpickett DavidSpickett left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@DavidSpickett DavidSpickett changed the title Fix comment in TestObjcPoHint.py [lldb][test] Fix comment in TestObjcPoHint.py Jun 2, 2025
@DavidSpickett DavidSpickett merged commit 95a9ced into llvm:main Jun 2, 2025
12 checks passed
DhruvSrivastavaX pushed a commit to DhruvSrivastavaX/lldb-for-aix that referenced this pull request Jun 12, 2025
This seems to have been copied from above but not changed to match.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants