diff options
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 5dfc1ff9b2a..54d10ba49db 100644 --- a/lldb/test/help/TestHelp.py +++ b/lldb/test/help/TestHelp.py @@ -124,7 +124,7 @@ class HelpCommandTestCase(TestBase): """Command 'help image du line' is not ambiguous and should work.""" # 'image' is an alias for 'target modules'. self.expect("help image du line", - substrs = ['Dump the debug symbol file for one or more target modules']) + substrs = ['Dump the line table for one or more compilation units']) def test_help_target_variable_syntax(self): """Command 'help target variable' should display <variable-name> ...""" |