Update startstr argument of self.expect() to "a.out`sum(int, int)" to respond to recent change.

llvm-svn: 130133
This commit is contained in:
Johnny Chen
2011-04-25 17:40:47 +00:00
parent aa48352f82
commit 2b14d9b3f6

View File

@@ -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 ',