diff options
author | Greg Clayton <gclayton@apple.com> | 2014-02-12 23:40:31 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2014-02-12 23:40:31 +0000 |
commit | fdde7ccf376c0269929541573650df5075f201b1 (patch) | |
tree | 6a9b39f57d95851cb3df8ec5d3b883f9ee0260b6 | |
parent | 5a9ad23d389a89c1528799b95f4d6e4e91cbf03f (diff) | |
download | bcm5719-llvm-fdde7ccf376c0269929541573650df5075f201b1.tar.gz bcm5719-llvm-fdde7ccf376c0269929541573650df5075f201b1.zip |
Fixed the functionalities/abbreviation/TestAbbreviations.py test case.
llvm-svn: 201270
-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] "') |