| Index: test/mjsunit/es6/typedarray-fill.js
|
| diff --git a/test/mjsunit/harmony/typedarray-fill.js b/test/mjsunit/es6/typedarray-fill.js
|
| similarity index 98%
|
| rename from test/mjsunit/harmony/typedarray-fill.js
|
| rename to test/mjsunit/es6/typedarray-fill.js
|
| index 4452bf64cdecf7ae3b4da70a2baaa14c18bb12c3..2c612016f6187e43fa91a0c31554e71ed51fad7b 100644
|
| --- a/test/mjsunit/harmony/typedarray-fill.js
|
| +++ b/test/mjsunit/es6/typedarray-fill.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,
|
|
|