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

Unified Diff: test/mjsunit/regress/regress-debugger-redirect.js

Issue 1571873004: Ship ES2015 sloppy-mode const semantics (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: More test failures noted 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
Index: test/mjsunit/regress/regress-debugger-redirect.js
diff --git a/test/mjsunit/regress/regress-debugger-redirect.js b/test/mjsunit/regress/regress-debugger-redirect.js
index 07c7fad7e60aeeb80a0cc86e1f50a9299d430273..daa6fa767054799ef4fd47cbd5e06320fe4494b1 100644
--- a/test/mjsunit/regress/regress-debugger-redirect.js
+++ b/test/mjsunit/regress/regress-debugger-redirect.js
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// Flags: --expose-debug-as debug
+// Flags: --expose-debug-as debug --legacy-const
function f(x) {
// This function compiles into code that only throws a redeclaration

Powered by Google App Engine
This is Rietveld 408576698