summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2011-04-25 17:40:47 +0000
committerJohnny Chen <johnny.chen@apple.com>2011-04-25 17:40:47 +0000
commit2b14d9b3f6d0cc2d9175b0fa173dfeff807d7386 (patch)
tree1a8ce4e9a06529ccb82b74eb555fa8e0e0268f24
parentaa48352f82675668ce2e9f18968d65d951be0c1d (diff)
downloadbcm5719-llvm-2b14d9b3f6d0cc2d9175b0fa173dfeff807d7386.tar.gz
bcm5719-llvm-2b14d9b3f6d0cc2d9175b0fa173dfeff807d7386.zip
Update startstr argument of self.expect() to "a.out`sum(int, int)" to respond to recent change.
llvm-svn: 130133
-rw-r--r--lldb/test/abbreviation_tests/TestAbbreviations.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/abbreviation_tests/TestAbbreviations.py b/lldb/test/abbreviation_tests/TestAbbreviations.py
index 3a86b733b0e..738d5fb81a4 100644
--- a/lldb/test/abbreviation_tests/TestAbbreviations.py
+++ b/lldb/test/abbreviation_tests/TestAbbreviations.py
@@ -132,7 +132,7 @@ class AbbreviationsTestCase(TestBase):
# 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 ',
OpenPOWER on IntegriCloud