| Index: test/mjsunit/es6/classes.js
|
| diff --git a/test/mjsunit/harmony/classes.js b/test/mjsunit/es6/classes.js
|
| similarity index 99%
|
| rename from test/mjsunit/harmony/classes.js
|
| rename to test/mjsunit/es6/classes.js
|
| index 9c090413450ca203116da1d13dbbc5f03d980374..a1420be1c2d6c582f44bc069a310cd7dc36144d7 100644
|
| --- a/test/mjsunit/harmony/classes.js
|
| +++ b/test/mjsunit/es6/classes.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 TestBasics() {
|
| var C = class C {}
|
|
|