Index: test/cctest/test-heap-profiler.cc |
diff --git a/test/cctest/test-heap-profiler.cc b/test/cctest/test-heap-profiler.cc |
index 33528fbb03c29020309e294521829c30bb4312bc..3c9138806b8edf3eb33dc4d807cc18241d08f6b5 100644 |
--- a/test/cctest/test-heap-profiler.cc |
+++ b/test/cctest/test-heap-profiler.cc |
@@ -472,8 +472,6 @@ TEST(HeapSnapshotConsString) { |
TEST(HeapSnapshotSymbol) { |
- i::FLAG_harmony_symbols = true; |
- |
LocalContext env; |
v8::HandleScope scope(env->GetIsolate()); |
v8::HeapProfiler* heap_profiler = env->GetIsolate()->GetHeapProfiler(); |
@@ -496,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(); |
@@ -572,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(); |