Index: test/cctest/test-mark-compact.cc |
diff --git a/test/cctest/test-mark-compact.cc b/test/cctest/test-mark-compact.cc |
index 0d8c00d2e10283d9f79ae5510f915e8ba84d5f2f..d51dfb6ed3d575fe99e49fd1496efcc5d91d6934 100644 |
--- a/test/cctest/test-mark-compact.cc |
+++ b/test/cctest/test-mark-compact.cc |
@@ -541,7 +541,7 @@ TEST(BootUpMemoryUse) { |
intptr_t initial_memory = MemoryInUse(); |
// Avoid flakiness. |
FLAG_crankshaft = false; |
- FLAG_parallel_recompilation = false; |
+ FLAG_concurrent_recompilation = false; |
// Only Linux has the proc filesystem and only if it is mapped. If it's not |
// there we just skip the test. |