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