forked from OSchip/llvm-project
Fixed the functionalities/abbreviation/TestAbbreviations.py test case.
llvm-svn: 201270
This commit is contained in:
parent
5a9ad23d38
commit
fdde7ccf37
|
@ -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] "')
|
||||
|
|
Loading…
Reference in New Issue