Index: test/unittests/api/remote-object-unittest.cc |
diff --git a/test/unittests/api/remote-object-unittest.cc b/test/unittests/api/remote-object-unittest.cc |
index 64a0f7ae30fe5fbec4b7d1d0c57e48a40c94929d..a5b05b6aa91a4780987f51f5408166aa556356ea 100644 |
--- a/test/unittests/api/remote-object-unittest.cc |
+++ b/test/unittests/api/remote-object-unittest.cc |
@@ -67,11 +67,6 @@ TEST_F(RemoteObjectTest, RemoteContextInstanceChecks) { |
.ToLocalChecked(); |
EXPECT_TRUE(parent_template->HasInstance(remote_context)); |
EXPECT_TRUE(constructor_template->HasInstance(remote_context)); |
- |
- EXPECT_EQ(remote_context, |
- remote_context->FindInstanceInPrototypeChain(parent_template)); |
- EXPECT_EQ(remote_context, |
- remote_context->FindInstanceInPrototypeChain(constructor_template)); |
} |
} // namespace v8 |