Index: test/mjsunit/es6/typedarray-foreach.js |
diff --git a/test/mjsunit/harmony/typedarrays-foreach.js b/test/mjsunit/es6/typedarray-foreach.js |
similarity index 98% |
rename from test/mjsunit/harmony/typedarrays-foreach.js |
rename to test/mjsunit/es6/typedarray-foreach.js |
index e1d375da1a08c9e5730436492f89fdc761db791e..b9789805f69b466bdccafdeb457fbca8b192ad8d 100644 |
--- a/test/mjsunit/harmony/typedarrays-foreach.js |
+++ b/test/mjsunit/es6/typedarray-foreach.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-arrays --allow-natives-syntax |
+// Flags: --allow-natives-syntax |
var typedArrayConstructors = [ |
Uint8Array, |