Index: runtime/vm/instructions_arm64_test.cc |
diff --git a/runtime/vm/instructions_arm64_test.cc b/runtime/vm/instructions_arm64_test.cc |
index 7ad4fb9b6ea97ca3be7250b328e0c7ddaa8b444c..648ee17d733fd89517bd73f5b2784c790f7f2140 100644 |
--- a/runtime/vm/instructions_arm64_test.cc |
+++ b/runtime/vm/instructions_arm64_test.cc |
@@ -28,10 +28,8 @@ ASSEMBLER_TEST_RUN(Call, test) { |
// in the code, points to the Ret instruction above, i.e. one instruction |
// before the end of the code buffer. |
uword end = test->payload_start() + test->code().Size(); |
- CallPattern call(end - Instr::kInstrSize, |
- test->code()); |
- EXPECT_EQ(StubCode::InvokeDartCode_entry()->code(), |
- call.TargetCode()); |
+ CallPattern call(end - Instr::kInstrSize, test->code()); |
+ EXPECT_EQ(StubCode::InvokeDartCode_entry()->code(), call.TargetCode()); |
} |