Index: test/cctest/test-compiler.cc |
diff --git a/test/cctest/test-compiler.cc b/test/cctest/test-compiler.cc |
index da8f8fc89a0c9be0c4ba1ea176f985dee399b316..6f8af3b3dd5cef94330480c5807be8e34ef4d8fd 100644 |
--- a/test/cctest/test-compiler.cc |
+++ b/test/cctest/test-compiler.cc |
@@ -400,7 +400,6 @@ |
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=*"; |
FlagList::SetFlagsFromString(flag, StrLength(flag)); |
@@ -456,7 +455,6 @@ |
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=*"; |
FlagList::SetFlagsFromString(flag, StrLength(flag)); |