diff options
| author | Johnny Chen <johnny.chen@apple.com> | 2010-06-29 23:17:15 +0000 |
|---|---|---|
| committer | Johnny Chen <johnny.chen@apple.com> | 2010-06-29 23:17:15 +0000 |
| commit | 94a6899e2314964db5b1fb3fb9f37ee511a2f2fa (patch) | |
| tree | c672a047c709491eaa78afbb433b96d9f1dddcee /lldb/test/help/TestHelp.py | |
| parent | cb9b85795962ffda9f9fa3f50db64304915d4700 (diff) | |
| download | bcm5719-llvm-94a6899e2314964db5b1fb3fb9f37ee511a2f2fa.tar.gz bcm5719-llvm-94a6899e2314964db5b1fb3fb9f37ee511a2f2fa.zip | |
Add some delay before calling SBDebugger.Terminate().
llvm-svn: 107221
Diffstat (limited to 'lldb/test/help/TestHelp.py')
| -rw-r--r-- | lldb/test/help/TestHelp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/help/TestHelp.py b/lldb/test/help/TestHelp.py index 56ec504ff65..f2524989891 100644 --- a/lldb/test/help/TestHelp.py +++ b/lldb/test/help/TestHelp.py @@ -31,7 +31,7 @@ class TestHelpCommand(unittest.TestCase): 'The following is a list of built-in, permanent debugger commands')) def test_help_should_not_hang_emacsshell(self): - """'set term-width 0' should not hang the help command.""" + """Command 'set term-width 0' should not hang the help command.""" res = lldb.SBCommandReturnObject() self.ci.HandleCommand("set term-width 0", res) self.assertTrue(res.Succeeded()) |

