summaryrefslogtreecommitdiffstats
path: root/lldb/test/help/TestHelp.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/help/TestHelp.py')
-rw-r--r--lldb/test/help/TestHelp.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/test/help/TestHelp.py b/lldb/test/help/TestHelp.py
index 8f4f8564df3..49d857aa660 100644
--- a/lldb/test/help/TestHelp.py
+++ b/lldb/test/help/TestHelp.py
@@ -19,8 +19,8 @@ class HelpCommandTestCase(TestBase):
startstr = 'The following is a list of built-in, permanent debugger commands')
def test_help_should_not_hang_emacsshell(self):
- """Command 'set term-width 0' should not hang the help command."""
- self.runCmd("set term-width 0")
+ """Command 'settings set term-width 0' should not hang the help command."""
+ self.runCmd("settings set term-width 0")
self.expect("help",
startstr = 'The following is a list of built-in, permanent debugger commands')
OpenPOWER on IntegriCloud