Index: test/cctest/test-dictionary.cc |
diff --git a/test/cctest/test-dictionary.cc b/test/cctest/test-dictionary.cc |
index 1de1cdb122321896f356c2abbd94e81dbd704817..fdd35ec0b430cf295b80587c5545a8ab467ca80d 100644 |
--- a/test/cctest/test-dictionary.cc |
+++ b/test/cctest/test-dictionary.cc |
@@ -201,7 +201,6 @@ TEST(ObjectHashSetCausesGC) { |
LocalContext context; |
v8::HandleScope scope(context->GetIsolate()); |
Isolate* isolate = CcTest::i_isolate(); |
- TestHashSetCausesGC(isolate->factory()->NewObjectHashSet(1)); |
TestHashSetCausesGC(isolate->factory()->NewOrderedHashSet()); |
} |
#endif |