| Index: test/mjsunit/strong/mutually-recursive-classes.js
|
| diff --git a/test/mjsunit/strong/mutually-recursive-classes.js b/test/mjsunit/strong/mutually-recursive-classes.js
|
| index c8cf9788ba232db00e94f19fb897a22e513cc3a6..204c3964de6022ecd61a4b58452b11ecb3253834 100644
|
| --- a/test/mjsunit/strong/mutually-recursive-classes.js
|
| +++ b/test/mjsunit/strong/mutually-recursive-classes.js
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -// Flags: --strong-mode --harmony-arrow-functions
|
| +// Flags: --strong-mode
|
| "use strict"
|
|
|
| let prologue_dead = "(function outer() { if (false) { ";
|
|
|