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

Unified Diff: test/mjsunit/es6/block-non-strict-errors.js

Issue 1565263002: Revert of Ship ES2015 sloppy-mode function hoisting, let, class (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: 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/mjsunit/es6/block-let-contextual-sloppy.js ('k') | test/mjsunit/es6/block-scope-class.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/es6/block-non-strict-errors.js
diff --git a/test/mjsunit/es6/block-non-strict-errors.js b/test/mjsunit/es6/block-non-strict-errors.js
index db7f558905f6cc14a9c6cd876a047b4a55198f99..50d5f22cf1415163d2196eef9ac9d8a492041033 100644
--- a/test/mjsunit/es6/block-non-strict-errors.js
+++ b/test/mjsunit/es6/block-non-strict-errors.js
@@ -1,9 +1,6 @@
// Copyright 2014 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-
-// Flags: --no-harmony-sloppy-let --no-harmony-sloppy-function
-// Flags: --no-harmony-sloppy
function CheckError(source) {
var exception = null;
« no previous file with comments | « test/mjsunit/es6/block-let-contextual-sloppy.js ('k') | test/mjsunit/es6/block-scope-class.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698