| Index: test/mjsunit/es6/array-of.js
|
| diff --git a/test/mjsunit/harmony/array-of.js b/test/mjsunit/es6/array-of.js
|
| similarity index 99%
|
| rename from test/mjsunit/harmony/array-of.js
|
| rename to test/mjsunit/es6/array-of.js
|
| index 7fd5eeaf61ff89aec2460b1c02a9ae1e9e2bd4d2..40bc890da72a55925332d62008e3436cb345d47f 100644
|
| --- a/test/mjsunit/harmony/array-of.js
|
| +++ b/test/mjsunit/es6/array-of.js
|
| @@ -4,8 +4,6 @@
|
|
|
| // Based on Mozilla Array.of() tests at http://dxr.mozilla.org/mozilla-central/source/js/src/jit-test/tests/collections
|
|
|
| -// Flags: --harmony-arrays
|
| -
|
|
|
|
|
| // Array.of makes real arrays.
|
|
|