| Index: test/mjsunit/es6/new-target.js
|
| diff --git a/test/mjsunit/harmony/new-target.js b/test/mjsunit/es6/new-target.js
|
| similarity index 98%
|
| rename from test/mjsunit/harmony/new-target.js
|
| rename to test/mjsunit/es6/new-target.js
|
| index 6e7cdcca0ebf5ba829d5c283fce65208b96ee7bb..db816036962d650f00aa6a9ac296de803af6084a 100644
|
| --- a/test/mjsunit/harmony/new-target.js
|
| +++ b/test/mjsunit/es6/new-target.js
|
| @@ -2,8 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -// Flags: --harmony-new-target --harmony-reflect --harmony-destructuring
|
| -// Flags: --harmony-rest-parameters
|
| +// Flags: --harmony-reflect --harmony-destructuring --harmony-rest-parameters
|
|
|
|
|
| (function TestClass() {
|
|
|