Index: test/mjsunit/es6/typedarray-find.js |
diff --git a/test/mjsunit/harmony/typedarray-find.js b/test/mjsunit/es6/typedarray-find.js |
similarity index 99% |
rename from test/mjsunit/harmony/typedarray-find.js |
rename to test/mjsunit/es6/typedarray-find.js |
index 3b7ba1e0e9194e935474ec43fc12cb3179201798..69ceedc8b5d5c2d9e32670cfa22a4769ea3f7881 100644 |
--- a/test/mjsunit/harmony/typedarray-find.js |
+++ b/test/mjsunit/es6/typedarray-find.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, |