Commit b5797605 authored by jochen@chromium.org's avatar jochen@chromium.org

Fix newly added test to not run with optimize-for-size

TBR=ulan@chromium.org
BUG=none
LOG=n

Review URL: https://codereview.chromium.org/673593002

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24792 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 8f7a455f
......@@ -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();
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment