We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6993be3 commit e4e792cCopy full SHA for e4e792c
lldb/test/API/commands/help/TestHelp.py
@@ -268,7 +268,7 @@ def test_help_detailed_information_spacing(self):
268
"""Test that we put a break between the usage and the options help lines,
269
and between the options themselves."""
270
self.expect("help memory read", substrs=[
271
- "[<address-expression>]\n\n --bind-generic-types <none>",
+ "[<address-expression>]\n\n -A ( --show-all-children )",
272
# Starts with the end of the show-all-children line
273
"to show.\n\n -D"])
274
0 commit comments