Index: test/mjsunit/es7/array-includes-to-object-strict.js |
diff --git a/test/mjsunit/harmony/array-includes-to-object-strict.js b/test/mjsunit/es7/array-includes-to-object-strict.js |
similarity index 96% |
rename from test/mjsunit/harmony/array-includes-to-object-strict.js |
rename to test/mjsunit/es7/array-includes-to-object-strict.js |
index ee87136244d139d76d44bb4c56f1e7e20ab1b3e8..ffefa88f995acb442c51ef7a60e1e45aeb1b710e 100644 |
--- a/test/mjsunit/harmony/array-includes-to-object-strict.js |
+++ b/test/mjsunit/es7/array-includes-to-object-strict.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 |
- |
// Ported from |
// https://github.com/tc39/Array.prototype.includes/blob/master/test/number-this.js |
// using https://www.npmjs.org/package/test262-to-mjsunit |