| Index: test/mjsunit/es6/string-search.js
|
| diff --git a/test/mjsunit/es6/string-search.js b/test/mjsunit/es6/string-search.js
|
| index dc029826ad3e6cabbc2e56c0ccb4a2c8d67ac91c..cbdf33d6922fe31a77e9c8851fc7de324b783085 100644
|
| --- a/test/mjsunit/es6/string-search.js
|
| +++ b/test/mjsunit/es6/string-search.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 = {};
|
| pattern[Symbol.search] = function(string) {
|
| return string.length;
|
|
|