| Index: test/mjsunit/harmony/block-let-contextual-sloppy.js
|
| diff --git a/test/mjsunit/harmony/block-let-contextual-sloppy.js b/test/mjsunit/harmony/block-let-contextual-sloppy.js
|
| index a4c5aeb21104a486e56817dd9937228522645eba..acf91bad1f1b06f054b2e928efe27d6560516274 100644
|
| --- a/test/mjsunit/harmony/block-let-contextual-sloppy.js
|
| +++ b/test/mjsunit/harmony/block-let-contextual-sloppy.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: --harmony-sloppy --harmony-sloppy-let --harmony-destructuring
|
| +// Flags: --harmony-sloppy --harmony-sloppy-let --harmony-destructuring-bind
|
|
|
| // let is usable as a variable with var or legacy const, not let or ES6 const
|
|
|
|
|