| Index: runtime/vm/code_patcher_arm_test.cc
|
| diff --git a/runtime/vm/code_patcher_arm_test.cc b/runtime/vm/code_patcher_arm_test.cc
|
| index 65693b5b208a3a0951ab217f6ac644707da01342..565b101ad9a6e7bba0727289b34691cbe4e9ac81 100644
|
| --- a/runtime/vm/code_patcher_arm_test.cc
|
| +++ b/runtime/vm/code_patcher_arm_test.cc
|
| @@ -48,7 +48,6 @@ ASSEMBLER_TEST_GENERATE(IcDataAccess, assembler) {
|
| __ Ret();
|
| }
|
|
|
| -
|
| ASSEMBLER_TEST_RUN(IcDataAccess, test) {
|
| uword end = test->payload_start() + test->code().Size();
|
| uword return_address = end - Instr::kInstrSize;
|
|
|