| Index: test/mjsunit/es6/default-parameters.js
|
| diff --git a/test/mjsunit/harmony/default-parameters.js b/test/mjsunit/es6/default-parameters.js
|
| similarity index 99%
|
| rename from test/mjsunit/harmony/default-parameters.js
|
| rename to test/mjsunit/es6/default-parameters.js
|
| index 8d1eb8b0967b8df82b4549a938ac1dce231ac52a..4e0bf542ef5292568d7bd28f5e85ffe3554d1929 100644
|
| --- a/test/mjsunit/harmony/default-parameters.js
|
| +++ b/test/mjsunit/es6/default-parameters.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-default-parameters
|
| -
|
|
|
| (function TestDefaults() {
|
| function f1(x = 1) { return x }
|
|
|