| Index: test/mjsunit/es6/string-iterator.js
|
| diff --git a/test/mjsunit/es6/string-iterator.js b/test/mjsunit/es6/string-iterator.js
|
| index 769f549254d602362487181650509fdb34b6332f..8eb27b199aac6a81cc4c81276e1de2428cb2524e 100644
|
| --- a/test/mjsunit/es6/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-tostring
|
| -
|
| function TestStringPrototypeIterator() {
|
| assertTrue(String.prototype.hasOwnProperty(Symbol.iterator));
|
| assertFalse("".hasOwnProperty(Symbol.iterator));
|
|
|