| Index: test/mjsunit/es6/string-iterator.js
|
| diff --git a/test/mjsunit/harmony/string-iterator.js b/test/mjsunit/es6/string-iterator.js
|
| similarity index 98%
|
| rename from test/mjsunit/harmony/string-iterator.js
|
| rename to test/mjsunit/es6/string-iterator.js
|
| index 3e371781a548c1ce99e451fd6f2c69260d814fbb..e6bea6dfe76a286b7c7e22cf632e9ad389c5a46a 100644
|
| --- a/test/mjsunit/harmony/string-iterator.js
|
| +++ b/test/mjsunit/es6/string-iterator.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-iteration
|
| -
|
|
|
| function TestStringPrototypeIterator() {
|
| assertTrue(String.prototype.hasOwnProperty(Symbol.iterator));
|
|
|