Index: test/cctest/test-heap-profiler.cc |
diff --git a/test/cctest/test-heap-profiler.cc b/test/cctest/test-heap-profiler.cc |
index d6268c951a4998fb3f7fe0b89d029dd1dbf74a1e..e456323baeded2cec9bb820175a623f75556c2e8 100644 |
--- a/test/cctest/test-heap-profiler.cc |
+++ b/test/cctest/test-heap-profiler.cc |
@@ -494,8 +494,6 @@ TEST(HeapSnapshotSymbol) { |
TEST(HeapSnapshotWeakCollection) { |
- i::FLAG_harmony_collections = true; |
- |
LocalContext env; |
v8::HandleScope scope(env->GetIsolate()); |
v8::HeapProfiler* heap_profiler = env->GetIsolate()->GetHeapProfiler(); |
@@ -570,8 +568,6 @@ TEST(HeapSnapshotWeakCollection) { |
TEST(HeapSnapshotCollection) { |
- i::FLAG_harmony_collections = true; |
- |
LocalContext env; |
v8::HandleScope scope(env->GetIsolate()); |
v8::HeapProfiler* heap_profiler = env->GetIsolate()->GetHeapProfiler(); |