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 56cbb27 commit bcd142aCopy full SHA for bcd142a
lldb/test/API/functionalities/statusline/TestStatusline.py
@@ -71,7 +71,7 @@ def test(self):
71
)
72
self.expect('set set separator "| "')
73
74
- # Hide the statusline and check or the control character.
+ # Hide the statusline and check for the control character.
75
self.expect(
76
"set set show-statusline false", ["\x1b[1;{}r".format(self.TERMINAL_HEIGHT)]
77
0 commit comments