Index: runtime/vm/instructions_arm64_test.cc |
=================================================================== |
--- runtime/vm/instructions_arm64_test.cc (revision 35975) |
+++ runtime/vm/instructions_arm64_test.cc (working copy) |
@@ -33,10 +33,8 @@ |
ASSEMBLER_TEST_GENERATE(Jump, assembler) { |
- // TODO(zra): Use BranchPatchable after fixing JumpPattern to match a load |
- // from the object pool.n |
- __ BranchFixed(&StubCode::InvokeDartCodeLabel()); |
- __ BranchFixed(&StubCode::AllocateArrayLabel()); |
+ __ BranchPatchable(&StubCode::InvokeDartCodeLabel()); |
+ __ BranchPatchable(&StubCode::AllocateArrayLabel()); |
} |