| Index: test/mjsunit/es6/array-concat.js
|
| diff --git a/test/mjsunit/es6/array-concat.js b/test/mjsunit/es6/array-concat.js
|
| index f22d038afe2d6b61cec8d2980ad4e3ea46518d09..fe320d6858665b67f7524f597968bf7b7831314f 100644
|
| --- a/test/mjsunit/es6/array-concat.js
|
| +++ b/test/mjsunit/es6/array-concat.js
|
| @@ -2,8 +2,6 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -// Flags: --harmony-proxies --harmony-reflect
|
| -
|
| (function testArrayConcatArity() {
|
| "use strict";
|
| assertEquals(1, Array.prototype.concat.length);
|
|
|