We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41d6343 commit 95a9cedCopy full SHA for 95a9ced
lldb/test/API/lang/objc/objc-po-hint/TestObjcPoHint.py
@@ -37,7 +37,7 @@ def test_show_po_hint_disabled(self):
37
self, "Set breakpoint here", lldb.SBFileSpec("main.m")
38
)
39
self.runCmd("setting set show-dont-use-po-hint false")
40
- # Make sure the hint is printed the first time
+ # Make sure the hint is not printed
41
self.expect(
42
"dwim-print -O -- foo",
43
substrs=["note: object description"],
0 commit comments