| Index: test/mjsunit/es6/typedarray-indexing.js
 | 
| diff --git a/test/mjsunit/harmony/typedarray-indexing.js b/test/mjsunit/es6/typedarray-indexing.js
 | 
| similarity index 98%
 | 
| rename from test/mjsunit/harmony/typedarray-indexing.js
 | 
| rename to test/mjsunit/es6/typedarray-indexing.js
 | 
| index bb4895fb5dd6dde763a9984e8326c4bb4291fc36..44472e3eb3ed1207e91da2d343e7d3e36a82af11 100644
 | 
| --- a/test/mjsunit/harmony/typedarray-indexing.js
 | 
| +++ b/test/mjsunit/es6/typedarray-indexing.js
 | 
| @@ -2,8 +2,6 @@
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| -// Flags: --harmony-arrays
 | 
| -
 | 
|  var typedArrayConstructors = [
 | 
|    Uint8Array,
 | 
|    Int8Array,
 | 
| 
 |