| Index: test/mjsunit/es6/reflect-construct.js
|
| diff --git a/test/mjsunit/harmony/reflect-construct.js b/test/mjsunit/es6/reflect-construct.js
|
| similarity index 99%
|
| rename from test/mjsunit/harmony/reflect-construct.js
|
| rename to test/mjsunit/es6/reflect-construct.js
|
| index c136957df084aa0491c6ba78dbc202ec1e20b7ec..b37f876e94ffb168646c6298be81cc778785877c 100644
|
| --- a/test/mjsunit/harmony/reflect-construct.js
|
| +++ b/test/mjsunit/es6/reflect-construct.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-reflect
|
| -
|
|
|
| (function testReflectConstructArity() {
|
| assertEquals(2, Reflect.construct.length);
|
|
|