diff options
| -rw-r--r-- | lldb/test/functionalities/abbreviation/TestAbbreviations.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lldb/test/functionalities/abbreviation/TestAbbreviations.py b/lldb/test/functionalities/abbreviation/TestAbbreviations.py index 9faa0d18f3e..d163458ea3b 100644 --- a/lldb/test/functionalities/abbreviation/TestAbbreviations.py +++ b/lldb/test/functionalities/abbreviation/TestAbbreviations.py @@ -49,8 +49,7 @@ class AbbreviationsTestCase(TestBase): substrs = ["Ambiguous command 't'. Possible matches:", "target", "thread", "type"]) - self.expect("com sou ./change_prompt.lldb", - patterns = ["Executing commands in '.*change_prompt.lldb'"]) + self.runCmd("com sou ./change_prompt.lldb") self.expect("settings show prompt", startstr = 'prompt (string) = "[with-three-trailing-spaces] "') |

