Index: test/cctest/test-strings.cc |
diff --git a/test/cctest/test-strings.cc b/test/cctest/test-strings.cc |
index ef4c0452cea4086745a978adc69ec4be745b0833..9a4e96ffd5cc1c9c06f4bbb30387fa66c7522906 100644 |
--- a/test/cctest/test-strings.cc |
+++ b/test/cctest/test-strings.cc |
@@ -1209,7 +1209,7 @@ UNINITIALIZED_TEST(OneByteArrayJoin) { |
v8::Isolate::CreateParams create_params; |
// Set heap limits. |
create_params.constraints.set_max_semi_space_size(1); |
- create_params.constraints.set_max_old_space_size(4); |
+ create_params.constraints.set_max_old_space_size(5); |
v8::Isolate* isolate = v8::Isolate::New(create_params); |
isolate->Enter(); |