Index: test/mjsunit/harmony/block-scoping-sloppy.js |
diff --git a/test/mjsunit/harmony/block-scoping-sloppy.js b/test/mjsunit/harmony/block-scoping-sloppy.js |
index 19d1e9afa62ec4c896e5b07f4a9cdf7bb6af4865..d1975dfafcaffec18c5164e99cbd62bc387a83ec 100644 |
--- a/test/mjsunit/harmony/block-scoping-sloppy.js |
+++ b/test/mjsunit/harmony/block-scoping-sloppy.js |
@@ -25,7 +25,7 @@ |
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
-// Flags: --allow-natives-syntax --harmony-sloppy --no-legacy-const |
+// Flags: --allow-natives-syntax --harmony-sloppy --no-legacy-const --harmony-sloppy-let |
// Test functionality of block scopes. |
// Hoisting of var declarations. |