mirror of
https://github.com/intel/llvm.git
synced 2026-01-14 03:50:17 +08:00
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:
@@ -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 ',
|
||||
|
||||
Reference in New Issue
Block a user