[Lldb-commits] [lldb] r182104 - Updated TestAbbreviations to reflect the changed output in r182068.
Ashok Thirumurthi
ashok.thirumurthi at intel.com
Fri May 17 08:03:59 PDT 2013
Author: athirumu
Date: Fri May 17 10:03:59 2013
New Revision: 182104
URL: http://llvm.org/viewvc/llvm-project?rev=182104&view=rev
Log:
Updated TestAbbreviations to reflect the changed output in r182068.
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=182104&r1=182103&r2=182104&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/abbreviation/TestAbbreviations.py (original)
+++ lldb/trunk/test/functionalities/abbreviation/TestAbbreviations.py Fri May 17 10:03:59 2013
@@ -14,7 +14,7 @@ class AbbreviationsTestCase(TestBase):
def test_nonrunning_command_abbreviations (self):
self.expect("ap script",
- startstr = "The following commands may relate to 'script':",
+ startstr = "The following built-in commands may relate to 'script':",
substrs = ['breakpoint command add',
'breakpoint command list',
'breakpoint list',
More information about the lldb-commits
mailing list