Index: test/mjsunit/es6/string-fromcodepoint.js |
diff --git a/test/mjsunit/harmony/string-fromcodepoint.js b/test/mjsunit/es6/string-fromcodepoint.js |
similarity index 98% |
rename from test/mjsunit/harmony/string-fromcodepoint.js |
rename to test/mjsunit/es6/string-fromcodepoint.js |
index 97ecf0eec5380b8b8c9561d17f06bc7990152c17..c4634ace44f1574fc7485925d400710bcf524e4f 100644 |
--- a/test/mjsunit/harmony/string-fromcodepoint.js |
+++ b/test/mjsunit/es6/string-fromcodepoint.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.fromCodePoint |