Skip to content

Commit 2763c7e

Browse files
committed
Explain use of he not h in abbreviation test.
1 parent 2e415b3 commit 2763c7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/functionalities/abbreviation/TestAbbreviations.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ def test_command_abbreviations_and_aliases(self):
2020
self.assertTrue(result.Succeeded())
2121
self.assertEqual("apropos script", result.GetOutput())
2222

23+
# "h" could be "help" or "history", "he" can only be "help".
2324
command_interpreter.ResolveCommand("he", result)
2425
self.assertTrue(result.Succeeded())
2526
self.assertEqual("help", result.GetOutput())

0 commit comments

Comments
 (0)