| Index: test/mjsunit/harmony/block-let-declaration-sloppy.js
|
| diff --git a/test/mjsunit/harmony/block-let-declaration-sloppy.js b/test/mjsunit/harmony/block-let-declaration-sloppy.js
|
| index b94576cabc0c45ec1e1ff1504df6de7fa17fd18a..af95553bd0f05d8978d5bd72770fee2955356c4e 100644
|
| --- a/test/mjsunit/harmony/block-let-declaration-sloppy.js
|
| +++ b/test/mjsunit/harmony/block-let-declaration-sloppy.js
|
| @@ -27,7 +27,7 @@
|
|
|
| // Test let declarations in various settings.
|
|
|
| -// Flags: --no-legacy-const --harmony-sloppy --harmony-sloppy-let
|
| +// Flags: --harmony-sloppy --harmony-sloppy-let
|
|
|
| // Global
|
| let x;
|
|
|