summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/commands/help/TestHelp.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/commands/help/TestHelp.py')
-rw-r--r--lldb/packages/Python/lldbsuite/test/commands/help/TestHelp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/commands/help/TestHelp.py b/lldb/packages/Python/lldbsuite/test/commands/help/TestHelp.py
index 55bcbd02be7..5d52a00e2de 100644
--- a/lldb/packages/Python/lldbsuite/test/commands/help/TestHelp.py
+++ b/lldb/packages/Python/lldbsuite/test/commands/help/TestHelp.py
@@ -188,7 +188,7 @@ class HelpCommandTestCase(TestBase):
def test_help_next_shows_options(self):
"""Test that 'help next' shows all the options for thread step-over"""
self.expect("help next",
- substrs=['--python-class', '--run-mode'], matching=True)
+ substrs=['--step-out-avoids-no-debug', '--run-mode'], matching=True)
@no_debug_info_test
def test_help_provides_alternatives(self):
OpenPOWER on IntegriCloud