| 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 0543c323b67c9e189990ad204302216d313e39c3..5a045890e2852da677a29c9da1ec0bf6e82b5eee 100644
|
| --- a/test/mjsunit/array-functions-prototype-misc.js
|
| +++ b/test/mjsunit/array-functions-prototype-misc.js
|
| @@ -41,8 +41,7 @@ var VERYLARGE = 4000000000;
|
|
|
| var fourhundredth = LARGE/400;
|
|
|
| -function PseudoArray() {
|
| -};
|
| +function PseudoArray() { }
|
|
|
| for (var use_real_arrays = 0; use_real_arrays <= 1; use_real_arrays++) {
|
| var poses = [0, 140, 20000, VERYLARGE];
|
|
|