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

Unified Diff: test/cctest/test-parsing.cc

Issue 1408063013: Revert of [es6] Implement destructuring binding in try/catch (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 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 | « src/preparser.cc ('k') | test/message/try-catch-lexical-conflict.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/test-parsing.cc
diff --git a/test/cctest/test-parsing.cc b/test/cctest/test-parsing.cc
index 3cfdcf994f0ecf7c6bf3651db97a812d418e682d..ec5d5f9d9badc157b88a26b9e543642ccd5b0712 100644
--- a/test/cctest/test-parsing.cc
+++ b/test/cctest/test-parsing.cc
@@ -6514,7 +6514,6 @@
{"function f(argument1, ", ") {}"},
{"var f = (", ") => {};"},
{"var f = (argument1,", ") => {};"},
- {"try {} catch(", ") {}"},
{NULL, NULL}};
// clang-format off
@@ -6576,7 +6575,6 @@
{"var f = (", ") => {};"},
{"var f = ", " => {};"},
{"var f = (argument1,", ") => {};"},
- {"try {} catch(", ") {}"},
{NULL, NULL}};
// clang-format off
« no previous file with comments | « src/preparser.cc ('k') | test/message/try-catch-lexical-conflict.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698