Index: test/mjsunit/es6/string-split.js |
diff --git a/test/mjsunit/harmony/string-split.js b/test/mjsunit/es6/string-split.js |
similarity index 94% |
rename from test/mjsunit/harmony/string-split.js |
rename to test/mjsunit/es6/string-split.js |
index 1240d84bc125695796be65751ba12be43de2e1ee..8ca655cad9a04246c4641fff24dfaeade0c074c0 100644 |
--- a/test/mjsunit/harmony/string-split.js |
+++ b/test/mjsunit/es6/string-split.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-regexp-subclass |
- |
var pattern = {}; |
var limit = { value: 3 }; |
pattern[Symbol.split] = function(string, limit) { |