| Index: test/mjsunit/es6/typedarray-every.js
|
| diff --git a/test/mjsunit/harmony/typedarrays-every.js b/test/mjsunit/es6/typedarray-every.js
|
| similarity index 98%
|
| rename from test/mjsunit/harmony/typedarrays-every.js
|
| rename to test/mjsunit/es6/typedarray-every.js
|
| index e6acb566ac61a8adbf96a8b374b509106876cce7..22132f32b16b54fdc6959849c907c5d4c9f92925 100644
|
| --- a/test/mjsunit/harmony/typedarrays-every.js
|
| +++ b/test/mjsunit/es6/typedarray-every.js
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -// Flags: --harmony-arrays --allow-natives-syntax
|
| +// Flags: --allow-natives-syntax
|
|
|
| var typedArrayConstructors = [
|
| Uint8Array,
|
|
|