| Index: runtime/vm/instructions_ia32_test.cc
|
| diff --git a/runtime/vm/instructions_ia32_test.cc b/runtime/vm/instructions_ia32_test.cc
|
| index 6b01cdb8916c71bc73c0d99c70f26ae300f79598..bfa42573d11d007c9c71084324c5070f89a0a964 100644
|
| --- a/runtime/vm/instructions_ia32_test.cc
|
| +++ b/runtime/vm/instructions_ia32_test.cc
|
| @@ -21,14 +21,12 @@ ASSEMBLER_TEST_GENERATE(Call, assembler) {
|
| __ ret();
|
| }
|
|
|
| -
|
| ASSEMBLER_TEST_RUN(Call, test) {
|
| CallPattern call(test->entry());
|
| EXPECT_EQ(StubCode::InvokeDartCode_entry()->EntryPoint(),
|
| call.TargetAddress());
|
| }
|
|
|
| -
|
| } // namespace dart
|
|
|
| #endif // defined TARGET_ARCH_IA32
|
|
|