| Index: test/mjsunit/es6/classes-experimental.js | 
| diff --git a/test/mjsunit/harmony/classes-experimental.js b/test/mjsunit/es6/classes-experimental.js | 
| similarity index 99% | 
| rename from test/mjsunit/harmony/classes-experimental.js | 
| rename to test/mjsunit/es6/classes-experimental.js | 
| index e7ebbda735a30cccd2d2d2606424aa26e03714fa..4607a25957b26de7c1314e5fbd41c4f796649adf 100644 | 
| --- a/test/mjsunit/harmony/classes-experimental.js | 
| +++ b/test/mjsunit/es6/classes-experimental.js | 
| @@ -1,8 +1,6 @@ | 
| // Copyright 2014 the V8 project authors. All rights reserved. | 
| // Use of this source code is governed by a BSD-style license that can be | 
| // found in the LICENSE file. | 
| -// | 
| -// Flags: --harmony-classes | 
|  | 
| 'use strict'; | 
| (function TestArgumentsAccess() { | 
|  |