| Index: test/mjsunit/harmony/regress/regress-455141.js
|
| diff --git a/test/mjsunit/harmony/regress/regress-455141.js b/test/mjsunit/harmony/regress/regress-455141.js
|
| index 6f5abb5b84017e235aad48e1e6b3ab5a866ff9e9..cf2141f903839222e1065fe49cdaabdd47b1e64d 100644
|
| --- a/test/mjsunit/harmony/regress/regress-455141.js
|
| +++ b/test/mjsunit/harmony/regress/regress-455141.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: --experimental-classes --no-lazy
|
| +// Flags: --harmony-classes --no-lazy
|
| "use strict";
|
| class Base {
|
| }
|
|
|