diff options
-rw-r--r-- | lldb/test/functionalities/abbreviation/TestAbbreviations.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/functionalities/abbreviation/TestAbbreviations.py b/lldb/test/functionalities/abbreviation/TestAbbreviations.py index 8e4c2990524..26b67e55f3a 100644 --- a/lldb/test/functionalities/abbreviation/TestAbbreviations.py +++ b/lldb/test/functionalities/abbreviation/TestAbbreviations.py @@ -88,7 +88,7 @@ class AbbreviationsTestCase(TestBase): # By default, the setting interpreter.expand-regex-aliases is false. self.expect("_regexp-b product", matching=False, - substrs = [ "breakpoint set --name 'product'" ]) + substrs = [ "breakpoint set --name" ]) self.expect("br s -n sum", startstr = "Breakpoint created: 2: name = 'sum', locations = 1") |