Index: test/mjsunit/es6/typedarray-slice.js |
diff --git a/test/mjsunit/harmony/typedarray-slice.js b/test/mjsunit/es6/typedarray-slice.js |
similarity index 98% |
rename from test/mjsunit/harmony/typedarray-slice.js |
rename to test/mjsunit/es6/typedarray-slice.js |
index 2af05430468db98c48fdc7be7639743ce47d74f0..ddd021a8fa9d9e30bafbbafd3b92b214acaf3f69 100644 |
--- a/test/mjsunit/harmony/typedarray-slice.js |
+++ b/test/mjsunit/es6/typedarray-slice.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, |