Index: test/mjsunit/es7/array-includes-to-object-sloppy.js |
diff --git a/test/mjsunit/harmony/array-includes-to-object-sloppy.js b/test/mjsunit/es7/array-includes-to-object-sloppy.js |
similarity index 96% |
rename from test/mjsunit/harmony/array-includes-to-object-sloppy.js |
rename to test/mjsunit/es7/array-includes-to-object-sloppy.js |
index 0f5d7312377cf3c10f5a8d0e14a00b57e96a9b14..eb7ccf8723a9b1f3bdd703b43655f804aadec8b9 100644 |
--- a/test/mjsunit/harmony/array-includes-to-object-sloppy.js |
+++ b/test/mjsunit/es7/array-includes-to-object-sloppy.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 |