Chromium Code Reviews| 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 e5913f8c08cdf89376f45cfed5af21313acfad67..9fdc4bd5a7df97e3c7d1e0d1092e04d06f332b20 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 |
| +// Flags: --no-legacy-const --harmony-sloppy --harmony-sloppy-let |
| // Global |
| let x; |