Skip to content

Commit 95a9ced

Browse files
authored
[lldb][test] Fix comment in TestObjcPoHint.py (#142306)
This seems to have been copied from above but not changed to match.
1 parent 41d6343 commit 95a9ced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/lang/objc/objc-po-hint/TestObjcPoHint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def test_show_po_hint_disabled(self):
3737
self, "Set breakpoint here", lldb.SBFileSpec("main.m")
3838
)
3939
self.runCmd("setting set show-dont-use-po-hint false")
40-
# Make sure the hint is printed the first time
40+
# Make sure the hint is not printed
4141
self.expect(
4242
"dwim-print -O -- foo",
4343
substrs=["note: object description"],

0 commit comments

Comments
 (0)