From fdde7ccf376c0269929541573650df5075f201b1 Mon Sep 17 00:00:00 2001 From: Greg Clayton Date: Wed, 12 Feb 2014 23:40:31 +0000 Subject: [PATCH] Fixed the functionalities/abbreviation/TestAbbreviations.py test case. llvm-svn: 201270 --- lldb/test/functionalities/abbreviation/TestAbbreviations.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lldb/test/functionalities/abbreviation/TestAbbreviations.py b/lldb/test/functionalities/abbreviation/TestAbbreviations.py index 9faa0d18f3e2..d163458ea3bc 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] "')