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

Unified Diff: test/mjsunit/strong/arrays.js

Issue 1773653002: [strong] Remove all remainders of strong mode (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Oversight Created 4 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
Index: test/mjsunit/strong/arrays.js
diff --git a/test/mjsunit/strong/arrays.js b/test/mjsunit/strong/arrays.js
deleted file mode 100644
index b9e4fad357d9f6b4091db45ed6001c10f012838b..0000000000000000000000000000000000000000
--- a/test/mjsunit/strong/arrays.js
+++ /dev/null
@@ -1,12 +0,0 @@
-// Copyright 2015 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: --strong-mode
-
-(function NoEllisions() {
- assertThrows("'use strong'; [,]", SyntaxError);
- assertThrows("'use strong'; [,3]", SyntaxError);
- assertThrows("'use strong'; [3,,4]", SyntaxError);
- assertTrue(eval("'use strong'; [3,] !== [3,4,]"));
-})();
« no previous file with comments | « test/mjsunit/regress/regress-inline-strong-as-construct.js ('k') | test/mjsunit/strong/class-extend-null.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698