| Index: test/mjsunit/allocation-folding.js
|
| diff --git a/test/mjsunit/allocation-folding.js b/test/mjsunit/allocation-folding.js
|
| index a914b59ec9e27cec96aae34801ecb986c5a01c9e..fcf909d6af601d3eb803b57a4a38cb43d74b6d38 100644
|
| --- a/test/mjsunit/allocation-folding.js
|
| +++ b/test/mjsunit/allocation-folding.js
|
| @@ -101,8 +101,7 @@ gc();
|
| assertEquals(result[1], 4);
|
| assertEquals(result2[1], 6);
|
|
|
| -// Test to exceed the Heap::MaxRegularSpaceAllocationSize limit but not
|
| -// the Page::kMaxNonCodeHeapObjectSize limit with allocation folding.
|
| +// Test to almost exceed the Page::MaxRegularHeapObjectSize limit.
|
|
|
| function boom() {
|
| var a1 = new Array(84632);
|
|
|