Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(329)

Unified Diff: test/mjsunit/harmony/block-let-declaration-sloppy.js

Issue 1219853004: [es6] Initial support for let/const bindings in sloppy mode (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Updated tests and comments Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: test/mjsunit/harmony/block-let-declaration-sloppy.js
diff --git a/test/mjsunit/es6/block-let-declaration.js b/test/mjsunit/harmony/block-let-declaration-sloppy.js
similarity index 99%
copy from test/mjsunit/es6/block-let-declaration.js
copy to test/mjsunit/harmony/block-let-declaration-sloppy.js
index 5fbb12824b03657dd83191b3b2e4b255139cf6bb..e5913f8c08cdf89376f45cfed5af21313acfad67 100644
--- a/test/mjsunit/es6/block-let-declaration.js
+++ b/test/mjsunit/harmony/block-let-declaration-sloppy.js
@@ -27,7 +27,7 @@
// Test let declarations in various settings.
-"use strict";
+// Flags: --no-legacy-const --harmony-sloppy
// Global
let x;

Powered by Google App Engine
This is Rietveld 408576698