| Index: test/mjsunit/es6/block-let-contextual-sloppy.js
|
| diff --git a/test/mjsunit/es6/block-let-contextual-sloppy.js b/test/mjsunit/es6/block-let-contextual-sloppy.js
|
| index 20ca10719b938e9d713e3334dd54115001d15fd1..778e7be04f429887d4351a8bdbb8917698592871 100644
|
| --- a/test/mjsunit/es6/block-let-contextual-sloppy.js
|
| +++ b/test/mjsunit/es6/block-let-contextual-sloppy.js
|
| @@ -2,8 +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-bind
|
| -// Flags: --legacy-const
|
| +// Flags: --harmony-sloppy --harmony-sloppy-let --legacy-const
|
|
|
| // let is usable as a variable with var or legacy const, not let or ES6 const
|
|
|
|
|