diff options
| -rw-r--r-- | lldb/test/abbreviation_tests/TestAbbreviations.py | 2 |
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 ', |

