[Lldb-commits] [lldb] r130133 - /lldb/trunk/test/abbreviation_tests/TestAbbreviations.py

Johnny Chen johnny.chen at apple.com
Mon Apr 25 10:40:47 PDT 2011


Author: johnny
Date: Mon Apr 25 12:40:47 2011
New Revision: 130133

URL: http://llvm.org/viewvc/llvm-project?rev=130133&view=rev
Log:
Update startstr argument of self.expect() to "a.out`sum(int, int)" to respond to recent change.

Modified:
    lldb/trunk/test/abbreviation_tests/TestAbbreviations.py

Modified: lldb/trunk/test/abbreviation_tests/TestAbbreviations.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/abbreviation_tests/TestAbbreviations.py?rev=130133&r1=130132&r2=130133&view=diff
==============================================================================
--- lldb/trunk/test/abbreviation_tests/TestAbbreviations.py (original)
+++ lldb/trunk/test/abbreviation_tests/TestAbbreviations.py Mon Apr 25 12:40:47 2011
@@ -132,7 +132,7 @@
         # ARCH, if not specified, defaults to x86_64.
         if self.getArchitecture() in ["", 'x86_64', 'i386']:
             self.expect("dis -f",
-                        startstr = "a.out`sum(int, int):",
+                        startstr = "a.out`sum(int, int)",
                         substrs = [' push',
                                    ' mov',
                                    ' addl ',





More information about the lldb-commits mailing list