Skip to content

Commit e4e792c

Browse files
committed
Revert "[lldb] Update TestHelp.py for downstream option"
This reverts commit 7451dc2.
1 parent 6993be3 commit e4e792c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/commands/help/TestHelp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ def test_help_detailed_information_spacing(self):
268268
"""Test that we put a break between the usage and the options help lines,
269269
and between the options themselves."""
270270
self.expect("help memory read", substrs=[
271-
"[<address-expression>]\n\n --bind-generic-types <none>",
271+
"[<address-expression>]\n\n -A ( --show-all-children )",
272272
# Starts with the end of the show-all-children line
273273
"to show.\n\n -D"])
274274

0 commit comments

Comments
 (0)