summaryrefslogtreecommitdiffstats
path: root/lldb/test/help/TestHelp.py
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2010-09-07 16:19:35 +0000
committerJohnny Chen <johnny.chen@apple.com>2010-09-07 16:19:35 +0000
commitecf9ded3753df732c777e97b689ba9488341edee (patch)
treeb166110384b06f7df41b5347c89a0e52f22a375f /lldb/test/help/TestHelp.py
parentc3ed8c312e8a7111316224fee4ee44bc199c37ec (diff)
downloadbcm5719-llvm-ecf9ded3753df732c777e97b689ba9488341edee.tar.gz
bcm5719-llvm-ecf9ded3753df732c777e97b689ba9488341edee.zip
LLDB command "set term-width 0" needs to be changed to "settings set term-width 0"
after the recent checkin. llvm-svn: 113206
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