| Index: test/mjsunit/es6/class-property-name-eval-arguments.js
|
| diff --git a/test/mjsunit/harmony/class-property-name-eval-arguments.js b/test/mjsunit/es6/class-property-name-eval-arguments.js
|
| similarity index 96%
|
| rename from test/mjsunit/harmony/class-property-name-eval-arguments.js
|
| rename to test/mjsunit/es6/class-property-name-eval-arguments.js
|
| index cc5303092055bc18da585187abf58686c30435f2..72ff60fd3e79fcdaf8b27ff19dde8452b3f114be 100644
|
| --- a/test/mjsunit/harmony/class-property-name-eval-arguments.js
|
| +++ b/test/mjsunit/es6/class-property-name-eval-arguments.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: --harmony-classes --harmony-sloppy
|
| +// Flags: --harmony-sloppy
|
|
|
|
|
| (function Method() {
|
|
|