| Index: runtime/vm/stub_code_arm64_test.cc
|
| ===================================================================
|
| --- runtime/vm/stub_code_arm64_test.cc (revision 41244)
|
| +++ runtime/vm/stub_code_arm64_test.cc (working copy)
|
| @@ -45,7 +45,6 @@
|
| const Smi& smi1 = Smi::ZoneHandle(Smi::New(value1));
|
| const Smi& smi2 = Smi::ZoneHandle(Smi::New(value2));
|
| const Context& context = Context::ZoneHandle(Context::New(0, Heap::kOld));
|
| - ASSERT(context.isolate() == Isolate::Current());
|
| __ EnterDartFrame(0);
|
| __ LoadObject(CTX, context, PP);
|
| __ PushObject(Object::null_object(), PP); // Push Null obj for return value.
|
|
|