| Index: test/mjsunit/array-functions-prototype-misc.js
|
| diff --git a/test/mjsunit/array-functions-prototype-misc.js b/test/mjsunit/array-functions-prototype-misc.js
|
| index 74dc9a6be0cecfbd90d160161b7f36ef204ec04f..2a16d20cd2d6598b9f53c14add081ad5fb307965 100644
|
| --- a/test/mjsunit/array-functions-prototype-misc.js
|
| +++ b/test/mjsunit/array-functions-prototype-misc.js
|
| @@ -31,6 +31,8 @@
|
| * should work on other objects too, so we test that too.
|
| */
|
|
|
| +/*
|
| +
|
| var LARGE = 4000000;
|
| var VERYLARGE = 4000000000;
|
|
|
| @@ -312,3 +314,5 @@ Array.prototype[1] = undefined;
|
|
|
| // Test http://code.google.com/p/chromium/issues/detail?id=21860
|
| Array.prototype.push.apply([], [1].splice(0, -(-1 % 5)));
|
| +
|
| +*/
|
|
|