Index: test/mjsunit/es6/typedarray-reduce.js |
diff --git a/test/mjsunit/harmony/typedarray-reduce.js b/test/mjsunit/es6/typedarray-reduce.js |
similarity index 99% |
rename from test/mjsunit/harmony/typedarray-reduce.js |
rename to test/mjsunit/es6/typedarray-reduce.js |
index 7109506f3794e4177a735250acf3a3101a081003..1fddeca0bc749973a8f1ef68b4c6716cb0ad50b0 100644 |
--- a/test/mjsunit/harmony/typedarray-reduce.js |
+++ b/test/mjsunit/es6/typedarray-reduce.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, |