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 acf91bad1f1b06f054b2e928efe27d6560516274..20ca10719b938e9d713e3334dd54115001d15fd1 100644 |
--- a/test/mjsunit/es6/block-let-contextual-sloppy.js |
+++ b/test/mjsunit/es6/block-let-contextual-sloppy.js |
@@ -3,6 +3,7 @@ |
// found in the LICENSE file. |
// Flags: --harmony-sloppy --harmony-sloppy-let --harmony-destructuring-bind |
+// Flags: --legacy-const |
// let is usable as a variable with var or legacy const, not let or ES6 const |