Index: test/mjsunit/es7/array-includes.js |
diff --git a/test/mjsunit/harmony/array-includes.js b/test/mjsunit/es7/array-includes.js |
similarity index 99% |
rename from test/mjsunit/harmony/array-includes.js |
rename to test/mjsunit/es7/array-includes.js |
index 2cdd1123d711b03ad76a6a252d26f386b6a6d1fe..303042a4c10d0b7c5979d63d49cdb85375bb7186 100644 |
--- a/test/mjsunit/harmony/array-includes.js |
+++ b/test/mjsunit/es7/array-includes.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-array-includes |
- |
// Largely ported from |
// https://github.com/tc39/Array.prototype.includes/tree/master/test |
// using https://www.npmjs.org/package/test262-to-mjsunit with further edits |