diff options
Diffstat (limited to 'lldb/test/functionalities/abbreviation/TestCommonShortSpellings.py')
| -rw-r--r-- | lldb/test/functionalities/abbreviation/TestCommonShortSpellings.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lldb/test/functionalities/abbreviation/TestCommonShortSpellings.py b/lldb/test/functionalities/abbreviation/TestCommonShortSpellings.py index 3c40e650d27..c4ec8c54851 100644 --- a/lldb/test/functionalities/abbreviation/TestCommonShortSpellings.py +++ b/lldb/test/functionalities/abbreviation/TestCommonShortSpellings.py @@ -32,6 +32,10 @@ class CommonShortSpellingsTestCase(TestBase): self.expect("br s -n sum", startstr = "Breakpoint created: 1: name = 'sum', locations = 1") + self.runCmd("settings set interpreter.expand-regex-aliases true") + self.addTearDownHook( + lambda: self.runCmd("settings set interpreter.expand-regex-aliases false")) + # disp -> display self.expect("disp a", startstr = "target stop-hook add -o") |

