Fixed the functionalities/abbreviation/TestAbbreviations.py test case.

llvm-svn: 201270
This commit is contained in:
Greg Clayton 2014-02-12 23:40:31 +00:00
parent 5a9ad23d38
commit fdde7ccf37
1 changed files with 1 additions and 2 deletions

View File

@ -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] "')