Index: test/mjsunit/es7/typed-array-includes.js |
diff --git a/test/mjsunit/harmony/typed-array-includes.js b/test/mjsunit/es7/typed-array-includes.js |
similarity index 99% |
rename from test/mjsunit/harmony/typed-array-includes.js |
rename to test/mjsunit/es7/typed-array-includes.js |
index 017a4301ee49d50f5fa092db708903504947aff1..8556d9711314b18fc21808e3a9544a47688bb267 100644 |
--- a/test/mjsunit/harmony/typed-array-includes.js |
+++ b/test/mjsunit/es7/typed-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/built-ins/TypedArray/prototype/includes |
// using https://www.npmjs.org/package/test262-to-mjsunit with further edits |