diff options
| author | 2021-06-29 13:59:51 -0700 | |
|---|---|---|
| committer | 2021-08-08 18:20:19 +0000 | |
| commit | 1f0a1547d31aaa44e6667dbd0ada228f4b2e2d8a (patch) | |
| tree | 6d8ef6f4e434690d9164e11f88f4bfeabe00f5c5 /compiler/utils/assembler_thumb_test.cc | |
| parent | f955425d11ed4b8f6dc02530f0f5ab69edecd8d2 (diff) | |
Adjust test for compiler update.
Bug: 192012848
Test: run test-art-host-gtest-art_compiler_host_tests
Change-Id: I6c4c26267c3bcfafc22c391f99cdadcde473445e
Diffstat (limited to 'compiler/utils/assembler_thumb_test.cc')
| -rw-r--r-- | compiler/utils/assembler_thumb_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/utils/assembler_thumb_test.cc b/compiler/utils/assembler_thumb_test.cc index 52651529f4..96f4a6cf27 100644 --- a/compiler/utils/assembler_thumb_test.cc +++ b/compiler/utils/assembler_thumb_test.cc @@ -59,7 +59,7 @@ class ArmVIXLAssemblerTest : public AssemblerTestBase { disassembly = std::regex_replace(disassembly, annotation_re, ""); std::string expected2 = "\n" + - obj_file + ": file format elf32-littlearm\n\n\n" + obj_file + ": file format elf32-littlearm\n\n" "Disassembly of section .text:\n\n" "00000000 <.text>:\n" + expected; |