Index: test/cctest/test-spaces.cc |
diff --git a/test/cctest/test-spaces.cc b/test/cctest/test-spaces.cc |
index 5667b201571f4ebb24b9a542bbd4134dba5982eb..8fcb7d94e879b6229cc3779c66657a8f17dd36e2 100644 |
--- a/test/cctest/test-spaces.cc |
+++ b/test/cctest/test-spaces.cc |
@@ -472,6 +472,7 @@ static inline void FillCurrentPage(v8::internal::NewSpace* space) { |
UNINITIALIZED_TEST(NewSpaceGrowsToTargetCapacity) { |
FLAG_target_semi_space_size = 2; |
+ FLAG_optimize_for_size = false; |
v8::Isolate* isolate = v8::Isolate::New(); |
{ |