diff options
| author | Johnny Chen <johnny.chen@apple.com> | 2010-09-07 16:19:35 +0000 |
|---|---|---|
| committer | Johnny Chen <johnny.chen@apple.com> | 2010-09-07 16:19:35 +0000 |
| commit | ecf9ded3753df732c777e97b689ba9488341edee (patch) | |
| tree | b166110384b06f7df41b5347c89a0e52f22a375f /lldb/test/help/TestHelp.py | |
| parent | c3ed8c312e8a7111316224fee4ee44bc199c37ec (diff) | |
| download | bcm5719-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.py | 4 |
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') |

