diff options
| author | Johnny Chen <johnny.chen@apple.com> | 2011-05-03 23:18:45 +0000 |
|---|---|---|
| committer | Johnny Chen <johnny.chen@apple.com> | 2011-05-03 23:18:45 +0000 |
| commit | 5aceec3319f6400ed16f983d46fe2471b731f65a (patch) | |
| tree | e10fb361a426ea5d398c94be3e9f9bf1107e8c8a /lldb/test/help/TestHelp.py | |
| parent | 9d47faf686b8ef02d1f5511eb53972a89ce0d3d8 (diff) | |
| download | bcm5719-llvm-5aceec3319f6400ed16f983d46fe2471b731f65a.tar.gz bcm5719-llvm-5aceec3319f6400ed16f983d46fe2471b731f65a.zip | |
Update the golden output strings to match against after the recent change.
llvm-svn: 130804
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 42f8d3b13b8..99cc421afe3 100644 --- a/lldb/test/help/TestHelp.py +++ b/lldb/test/help/TestHelp.py @@ -70,7 +70,7 @@ class HelpCommandTestCase(TestBase): def test_help_image_dump_symtab_should_not_crash(self): """Command 'help image dump symtab' should not crash lldb.""" self.expect("help image dump symtab", - substrs = ['image dump symtab', + substrs = ['dump symtab', 'sort-order']) def test_help_image_du_sym_is_ambiguous(self): @@ -84,7 +84,7 @@ class HelpCommandTestCase(TestBase): def test_help_image_du_line_should_work(self): """Command 'help image du line' is not ambiguous and should work.""" self.expect("help image du line", - substrs = ['Dump the debug symbol file for one or more executable images']) + substrs = ['Dump the debug symbol file for one or more target modules']) if __name__ == '__main__': |

