| Index: test/mjsunit/es6/default-parameters-debug.js
|
| diff --git a/test/mjsunit/harmony/default-parameters-debug.js b/test/mjsunit/es6/default-parameters-debug.js
|
| similarity index 96%
|
| rename from test/mjsunit/harmony/default-parameters-debug.js
|
| rename to test/mjsunit/es6/default-parameters-debug.js
|
| index ce9e62662189198c18060ffd70fe2e7b037f97f6..30e19c42afbd44117f0c177ba2423efe47d77934 100644
|
| --- a/test/mjsunit/harmony/default-parameters-debug.js
|
| +++ b/test/mjsunit/es6/default-parameters-debug.js
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -// Flags: --expose-debug-as debug --harmony-default-parameters
|
| +// Flags: --expose-debug-as debug
|
|
|
| // Get the Debug object exposed from the debug context global object.
|
| Debug = debug.Debug
|
|
|