Index: test/cctest/test-compiler.cc |
diff --git a/test/cctest/test-compiler.cc b/test/cctest/test-compiler.cc |
index da8f8fc89a0c9be0c4ba1ea176f985dee399b316..1fac0d3746748ec4e15bbad158a5a1cf7569d98a 100644 |
--- a/test/cctest/test-compiler.cc |
+++ b/test/cctest/test-compiler.cc |
@@ -366,7 +366,6 @@ TEST(FeedbackVectorUnaffectedByScopeChanges) { |
TEST(OptimizedCodeSharing1) { |
FLAG_stress_compaction = false; |
FLAG_allow_natives_syntax = true; |
- FLAG_cache_optimized_code = true; |
CcTest::InitializeVM(); |
v8::HandleScope scope(CcTest::isolate()); |
for (int i = 0; i < 3; i++) { |
@@ -399,7 +398,6 @@ TEST(OptimizedCodeSharing1) { |
TEST(OptimizedCodeSharing2) { |
if (FLAG_stress_compaction) return; |
FLAG_allow_natives_syntax = true; |
- FLAG_cache_optimized_code = true; |
FLAG_native_context_specialization = false; |
FLAG_turbo_cache_shared_code = true; |
const char* flag = "--turbo-filter=*"; |
@@ -455,7 +453,6 @@ TEST(OptimizedCodeSharing2) { |
TEST(OptimizedCodeSharing3) { |
if (FLAG_stress_compaction) return; |
FLAG_allow_natives_syntax = true; |
- FLAG_cache_optimized_code = true; |
FLAG_native_context_specialization = false; |
FLAG_turbo_cache_shared_code = true; |
const char* flag = "--turbo-filter=*"; |