Re-apply TestHelp.py fix

llvm-svn: 185570
This commit is contained in:
Daniel Malea 2013-07-03 19:29:46 +00:00
parent 60df5996a4
commit e7322b3a6f
1 changed files with 1 additions and 1 deletions

View File

@ -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> ..."""