Index: test/mjsunit/es6/typedarray-from.js |
diff --git a/test/mjsunit/harmony/typedarray-from.js b/test/mjsunit/es6/typedarray-from.js |
similarity index 99% |
rename from test/mjsunit/harmony/typedarray-from.js |
rename to test/mjsunit/es6/typedarray-from.js |
index 1529384acc8305bb0503b879c6b266354ee9737c..709c4533795d4529600e93c49af1bd224a60223c 100644 |
--- a/test/mjsunit/harmony/typedarray-from.js |
+++ b/test/mjsunit/es6/typedarray-from.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, |