Index: test/mjsunit/es6/typed-array-iterator.js |
diff --git a/test/mjsunit/harmony/typed-array-iterator.js b/test/mjsunit/es6/typed-array-iterator.js |
similarity index 98% |
rename from test/mjsunit/harmony/typed-array-iterator.js |
rename to test/mjsunit/es6/typed-array-iterator.js |
index 8559dfe9af0deff2cd84354981c03063af927196..a2e4906c191c7b81137052da7e027aea15185c3c 100644 |
--- a/test/mjsunit/harmony/typed-array-iterator.js |
+++ b/test/mjsunit/es6/typed-array-iterator.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-iteration |
- |
var constructors = [Uint8Array, Int8Array, |
Uint16Array, Int16Array, |