Index: test/mjsunit/es6/string-codepointat.js |
diff --git a/test/mjsunit/harmony/string-codepointat.js b/test/mjsunit/es6/string-codepointat.js |
similarity index 99% |
rename from test/mjsunit/harmony/string-codepointat.js |
rename to test/mjsunit/es6/string-codepointat.js |
index 411b0f23c7e109fad96520ee84ca066d00f5f308..976d5be6afdb8fbd1d1616b4670e52a527428696 100644 |
--- a/test/mjsunit/harmony/string-codepointat.js |
+++ b/test/mjsunit/es6/string-codepointat.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-strings |
- |
// Tests taken from: |
// https://github.com/mathiasbynens/String.prototype.codePointAt |