[Lldb-commits] [lldb] r201270 - Fixed the functionalities/abbreviation/TestAbbreviations.py test case.
Greg Clayton
gclayton at apple.com
Wed Feb 12 15:40:31 PST 2014
Author: gclayton
Date: Wed Feb 12 17:40:31 2014
New Revision: 201270
URL: http://llvm.org/viewvc/llvm-project?rev=201270&view=rev
Log:
Fixed the functionalities/abbreviation/TestAbbreviations.py test case.
Modified:
lldb/trunk/test/functionalities/abbreviation/TestAbbreviations.py
Modified: lldb/trunk/test/functionalities/abbreviation/TestAbbreviations.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/abbreviation/TestAbbreviations.py?rev=201270&r1=201269&r2=201270&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/abbreviation/TestAbbreviations.py (original)
+++ lldb/trunk/test/functionalities/abbreviation/TestAbbreviations.py Wed Feb 12 17:40:31 2014
@@ -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] "')
More information about the lldb-commits
mailing list