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

Unified Diff: test/mjsunit/compiler/regress-96989.js

Issue 1571873004: Ship ES2015 sloppy-mode const semantics (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Associate with --harmony-shipping Created 4 years, 11 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
« no previous file with comments | « test/cctest/test-parsing.cc ('k') | test/mjsunit/compiler/regress-const.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/compiler/regress-96989.js
diff --git a/test/mjsunit/compiler/regress-96989.js b/test/mjsunit/compiler/regress-96989.js
index aedeb243187f7df2adfa343e910ce9bc5c68b998..85beaed595cd1bc517192255ce2956af3fcdefd1 100644
--- a/test/mjsunit/compiler/regress-96989.js
+++ b/test/mjsunit/compiler/regress-96989.js
@@ -26,7 +26,7 @@
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-// Flags: --allow-natives-syntax
+// Flags: --allow-natives-syntax --legacy-const
// Test correct handling of uninitialized const.
« no previous file with comments | « test/cctest/test-parsing.cc ('k') | test/mjsunit/compiler/regress-const.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698