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

Unified Diff: test/message/try-catch-variable-conflict.out

Issue 1655313003: Eagerly declare variables in ParseVariableDeclarations where possible (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Add comment Created 4 years, 10 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/message/try-catch-lexical-conflict.out ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/message/try-catch-variable-conflict.out
diff --git a/test/message/try-catch-variable-conflict.out b/test/message/try-catch-variable-conflict.out
index c7fb8de51011646733020696a30c734529c3a837..be4858e2fa61b8b0acf54000df7b602893d310c3 100644
--- a/test/message/try-catch-variable-conflict.out
+++ b/test/message/try-catch-variable-conflict.out
@@ -1,4 +1,4 @@
*%(basename)s:9: SyntaxError: Identifier 'x' has already been declared
var x;
- ^
+ ^
SyntaxError: Identifier 'x' has already been declared
« no previous file with comments | « test/message/try-catch-lexical-conflict.out ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698