| Index: test/mjsunit/regress/regress-3027.js
|
| diff --git a/test/mjsunit/regress/regress-3027.js b/test/mjsunit/regress/regress-3027.js
|
| index c7ebd539b685763ae30c778922c484d64ae44e6b..6336594052d86b21bf0fa858df7f65dd2c9e2786 100644
|
| --- a/test/mjsunit/regress/regress-3027.js
|
| +++ b/test/mjsunit/regress/regress-3027.js
|
| @@ -25,7 +25,7 @@
|
| // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
| -// Test to exceed the Heap::MaxRegularSpaceAllocationSize with an array
|
| +// Test to exceed the Page::MaxRegularHeapObjectSize with an array
|
| // constructor call taking many arguments.
|
|
|
| function boom() {
|
|
|