Index: test/mjsunit/es6/typedarray-of.js |
diff --git a/test/mjsunit/harmony/typedarrays-of.js b/test/mjsunit/es6/typedarray-of.js |
similarity index 99% |
rename from test/mjsunit/harmony/typedarrays-of.js |
rename to test/mjsunit/es6/typedarray-of.js |
index 9df1d30c8eed87f3fc427a505d98e70078d5d76d..cf57615d121283d4bea43c9fd6b87cc2d53c820b 100644 |
--- a/test/mjsunit/harmony/typedarrays-of.js |
+++ b/test/mjsunit/es6/typedarray-of.js |
@@ -4,8 +4,6 @@ |
// Based on Mozilla Array.of() tests at http://dxr.mozilla.org/mozilla-central/source/js/src/jit-test/tests/collections |
-// Flags: --harmony-arrays |
- |
var typedArrayConstructors = [ |
Uint8Array, |
Int8Array, |