| Index: test/mjsunit/es6/typedarray-sort.js
|
| diff --git a/test/mjsunit/harmony/typedarray-sort.js b/test/mjsunit/es6/typedarray-sort.js
|
| similarity index 98%
|
| rename from test/mjsunit/harmony/typedarray-sort.js
|
| rename to test/mjsunit/es6/typedarray-sort.js
|
| index f6f49ce5474012bb4c64d23839f47c312534c53b..4fb84690756c00cdd85a75423b448dae1ab141b3 100644
|
| --- a/test/mjsunit/harmony/typedarray-sort.js
|
| +++ b/test/mjsunit/es6/typedarray-sort.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,
|
|
|