| Index: test/mjsunit/es6/computed-property-names-super.js
 | 
| diff --git a/test/mjsunit/harmony/computed-property-names-super.js b/test/mjsunit/es6/computed-property-names-super.js
 | 
| similarity index 96%
 | 
| rename from test/mjsunit/harmony/computed-property-names-super.js
 | 
| rename to test/mjsunit/es6/computed-property-names-super.js
 | 
| index bfc31c668fc7ae3a3f2223c3b1a92c101542e074..40b0eab9422cd688c37456d1e59846df0b00c392 100644
 | 
| --- a/test/mjsunit/harmony/computed-property-names-super.js
 | 
| +++ b/test/mjsunit/es6/computed-property-names-super.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-computed-property-names --allow-natives-syntax
 | 
| +// Flags: --allow-natives-syntax
 | 
|  
 | 
|  
 | 
|  function ID(x) {
 | 
| 
 |