| Index: test/mjsunit/es6/function-name.js
|
| diff --git a/test/mjsunit/harmony/function-name.js b/test/mjsunit/es6/function-name.js
|
| similarity index 99%
|
| rename from test/mjsunit/harmony/function-name.js
|
| rename to test/mjsunit/es6/function-name.js
|
| index 66a69e0f168e83ac77ae96e4d65c0f816500527d..152a63145d68b429a21409c3d5a54acddc8380d4 100644
|
| --- a/test/mjsunit/harmony/function-name.js
|
| +++ b/test/mjsunit/es6/function-name.js
|
| @@ -1,8 +1,6 @@
|
| // Copyright 2015 the V8 project authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
| -//
|
| -// Flags: --harmony-function-name
|
|
|
| (function testVariableDeclarationsFunction() {
|
| 'use strict';
|
|
|