Index: test/mjsunit/es6/typedarray-proto.js |
diff --git a/test/mjsunit/harmony/typedarray-proto.js b/test/mjsunit/es6/typedarray-proto.js |
similarity index 97% |
rename from test/mjsunit/harmony/typedarray-proto.js |
rename to test/mjsunit/es6/typedarray-proto.js |
index c164a317e52b32029fae157379ac869cdabf0016..558cb0ad7a25304b19c8d9fb41e893eba2c6195f 100644 |
--- a/test/mjsunit/harmony/typedarray-proto.js |
+++ b/test/mjsunit/es6/typedarray-proto.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 |
- |
// Test that the methods for different TypedArray types have the same |
// identity. |
// TODO(dehrenberg): Test that the TypedArray proto hierarchy is set |