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