Index: test/mjsunit/allocation-folding.js |
diff --git a/test/mjsunit/allocation-folding.js b/test/mjsunit/allocation-folding.js |
index a914b59ec9e27cec96aae34801ecb986c5a01c9e..5121aa3857a9953459460a0564ebae03a99b244a 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 exceed the Page::MaxRegularHeapObjectSize limit. |
function boom() { |
var a1 = new Array(84632); |