| Index: test/mjsunit/es6/pattern-brand-check.js
|
| diff --git a/test/mjsunit/es6/pattern-brand-check.js b/test/mjsunit/es6/pattern-brand-check.js
|
| index 9b0c0111ef13b906955f47487990b23bd39e6801..2e3229481f7ef25f9debbcbc1ab4f3933a672697 100644
|
| --- a/test/mjsunit/es6/pattern-brand-check.js
|
| +++ b/test/mjsunit/es6/pattern-brand-check.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
|
| -
|
| function createNonRegExp(calls) {
|
| return {
|
| get [Symbol.match]() {
|
|
|