Index: test/cctest/test-api.cc |
diff --git a/test/cctest/test-api.cc b/test/cctest/test-api.cc |
index 8d1faeb154e1caf113ef459bf903afd9a10b526d..f6043f6a7efa0d5746dd2396ce5c42c5a53f6534 100644 |
--- a/test/cctest/test-api.cc |
+++ b/test/cctest/test-api.cc |
@@ -19269,7 +19269,6 @@ TEST(IsolateNewDispose) { |
v8::Isolate* current_isolate = CcTest::isolate(); |
v8::Isolate* isolate = v8::Isolate::New(); |
CHECK(isolate != NULL); |
- CHECK(!reinterpret_cast<i::Isolate*>(isolate)->IsDefaultIsolate()); |
CHECK(current_isolate != isolate); |
CHECK(current_isolate == CcTest::isolate()); |