| Index: test/mjsunit/es6/typedarray-iteration.js
 | 
| diff --git a/test/mjsunit/harmony/typedarray-iteration.js b/test/mjsunit/es6/typedarray-iteration.js
 | 
| similarity index 99%
 | 
| rename from test/mjsunit/harmony/typedarray-iteration.js
 | 
| rename to test/mjsunit/es6/typedarray-iteration.js
 | 
| index 85c509193d0671bdecbf02b7fc36e60af9e941c4..9560cbc5dff4efebe81979b7c1e0b39a58feffc0 100644
 | 
| --- a/test/mjsunit/harmony/typedarray-iteration.js
 | 
| +++ b/test/mjsunit/es6/typedarray-iteration.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
 | 
| -
 | 
|  // Tests for standard TypedArray array iteration functions.
 | 
|  
 | 
|  var typedArrayConstructors = [
 | 
| 
 |