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

Unified Diff: test/mjsunit/es6/regress/regress-2322.js

Issue 1007783002: Remove --harmony-scoping flag. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: CR feedback Created 5 years, 9 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/regress/regress-2243.js ('k') | test/mjsunit/es6/regress/regress-2506.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/es6/regress/regress-2322.js
diff --git a/test/mjsunit/harmony/regress/regress-2322.js b/test/mjsunit/es6/regress/regress-2322.js
similarity index 98%
rename from test/mjsunit/harmony/regress/regress-2322.js
rename to test/mjsunit/es6/regress/regress-2322.js
index 1195bab67cb6b9123e93c3bd32135e972799e876..6eca04639756efc405194e7e5f853d384b2a5520 100644
--- a/test/mjsunit/harmony/regress/regress-2322.js
+++ b/test/mjsunit/es6/regress/regress-2322.js
@@ -25,8 +25,6 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-// Flags: --harmony-scoping
-
"use strict";
assertThrows("'use strict'; for (let x in x);", ReferenceError);
« no previous file with comments | « test/mjsunit/es6/regress/regress-2243.js ('k') | test/mjsunit/es6/regress/regress-2506.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698