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

Unified Diff: test/mjsunit/es6/sloppy-restrictive-block-function.js

Issue 2478883002: Remove always-true --harmony-restrictive-declarations flag (Closed)
Patch Set: Formatting Created 4 years, 1 month 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/harmony/sloppy-implicit-block-function.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/es6/sloppy-restrictive-block-function.js
diff --git a/test/mjsunit/harmony/sloppy-restrictive-block-function.js b/test/mjsunit/es6/sloppy-restrictive-block-function.js
similarity index 96%
rename from test/mjsunit/harmony/sloppy-restrictive-block-function.js
rename to test/mjsunit/es6/sloppy-restrictive-block-function.js
index 07ce64b9ac0e69961e9acb723a1c23adc2e7f426..65734acd036de3f8d65b5c0aaacac48ed9fbc17b 100644
--- a/test/mjsunit/harmony/sloppy-restrictive-block-function.js
+++ b/test/mjsunit/es6/sloppy-restrictive-block-function.js
@@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// Flags: --harmony-restrictive-declarations
-
// ES#sec-functiondeclarations-in-ifstatement-statement-clauses
// Annex B 3.4 FunctionDeclarations in IfStatement Statement Clauses
// In sloppy mode, function declarations in if statements act like
« no previous file with comments | « test/cctest/test-parsing.cc ('k') | test/mjsunit/harmony/sloppy-implicit-block-function.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698