| Index: test/mjsunit/es6/typedarray-reverse.js
|
| diff --git a/test/mjsunit/harmony/typedarray-reverse.js b/test/mjsunit/es6/typedarray-reverse.js
|
| similarity index 98%
|
| rename from test/mjsunit/harmony/typedarray-reverse.js
|
| rename to test/mjsunit/es6/typedarray-reverse.js
|
| index 98b738787b802cd55c3aff549c9e445144c752d2..f32813e155db16da0d0e8ebbba142c24b02015a6 100644
|
| --- a/test/mjsunit/harmony/typedarray-reverse.js
|
| +++ b/test/mjsunit/es6/typedarray-reverse.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
|
| -
|
| function ArrayMaker(x) {
|
| return x;
|
| }
|
|
|