| Index: test/mjsunit/es6/arrow-functions.js
|
| diff --git a/test/mjsunit/harmony/arrow-functions.js b/test/mjsunit/es6/arrow-functions.js
|
| similarity index 98%
|
| rename from test/mjsunit/harmony/arrow-functions.js
|
| rename to test/mjsunit/es6/arrow-functions.js
|
| index 6b84c3a6b4fe6ea20d8b6da633c69ba296ca45c2..33147ab3971b3a28581818d4b3aa4b2cf67ecc9b 100644
|
| --- a/test/mjsunit/harmony/arrow-functions.js
|
| +++ b/test/mjsunit/es6/arrow-functions.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-arrow-functions
|
| -
|
| // Arrow functions are like functions, except they throw when using the
|
| // "new" operator on them.
|
| assertEquals("function", typeof (() => {}));
|
|
|