| Index: test/mjsunit/es6/classes-maps.js
|
| diff --git a/test/mjsunit/harmony/classes-maps.js b/test/mjsunit/es6/classes-maps.js
|
| similarity index 96%
|
| rename from test/mjsunit/harmony/classes-maps.js
|
| rename to test/mjsunit/es6/classes-maps.js
|
| index c82fc52d8d343f96bba78dd9de92aa5ef784f1e0..e519676aa60f7a885c896d41d332bf3734dc7853 100644
|
| --- a/test/mjsunit/harmony/classes-maps.js
|
| +++ b/test/mjsunit/es6/classes-maps.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 --allow-natives-syntax
|
| +// Flags: --allow-natives-syntax
|
| 'use strict';
|
|
|
| (function TestMaps() {
|
|
|