From 07ac14fa4876c0cb34ecd7389326641a2c7931da Mon Sep 17 00:00:00 2001 From: Dawn Perchik Date: Wed, 6 Jan 2016 00:03:43 +0000 Subject: Apply missed changes from svn r256863 "Add support for "source info" and use it to fix MI's -symbol-list-lines.". Patch is part of Differential Revision: http://reviews.llvm.org/D15593 Differential Revision: http://reviews.llvm.org/D15904 llvm-svn: 256877 --- lldb/packages/Python/lldbsuite/test/help/TestHelp.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lldb/packages/Python/lldbsuite/test/help/TestHelp.py') diff --git a/lldb/packages/Python/lldbsuite/test/help/TestHelp.py b/lldb/packages/Python/lldbsuite/test/help/TestHelp.py index 783cbff4c1c..f51b6aa59f1 100644 --- a/lldb/packages/Python/lldbsuite/test/help/TestHelp.py +++ b/lldb/packages/Python/lldbsuite/test/help/TestHelp.py @@ -134,10 +134,10 @@ class HelpCommandTestCase(TestBase): @no_debug_info_test def test_help_image_du_line_should_work(self): - """Command 'help image du line' is not ambiguous and should work.""" + """Command 'help image du line-table' is not ambiguous and should work.""" # 'image' is an alias for 'target modules'. self.expect("help image du line", - substrs = ['Dump the line table for one or more files']) + substrs = ['Dump the line table for one or more compilation units']) @no_debug_info_test def test_help_target_variable_syntax(self): -- cgit v1.2.3