Index: test/mjsunit/es6/typedarray-tostring.js |
diff --git a/test/mjsunit/harmony/typedarray-tostring.js b/test/mjsunit/es6/typedarray-tostring.js |
similarity index 99% |
rename from test/mjsunit/harmony/typedarray-tostring.js |
rename to test/mjsunit/es6/typedarray-tostring.js |
index e3591d819d3e5d0785c027dd9e7e0ee7aeb7014e..e6adda0405764acee981495a8e72deeb3762d604 100644 |
--- a/test/mjsunit/harmony/typedarray-tostring.js |
+++ b/test/mjsunit/es6/typedarray-tostring.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 |
- |
// Array's toString should call the object's own join method, if one exists and |
// is callable. Otherwise, just use the original Object.toString function. |