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

Unified Diff: test/message/modules-import-redeclare3.out

Issue 2447143005: [parsing] When failing due to variable redeclaration, point at the variable. (Closed)
Patch Set: Address review comments. Created 4 years, 2 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 | « src/parsing/pattern-rewriter.cc ('k') | test/message/redeclaration1.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/message/modules-import-redeclare3.out
diff --git a/test/message/modules-import-redeclare3.out b/test/message/modules-import-redeclare3.out
index 8bfd7c827b741835f40ec8cfc27b577224d20cfa..3a1080736d022a8ac856943a36587a0b3bb17fca 100644
--- a/test/message/modules-import-redeclare3.out
+++ b/test/message/modules-import-redeclare3.out
@@ -1,5 +1,5 @@
*%(basename)s:8: SyntaxError: Identifier 'x' has already been declared
export let x = 42;
- ^^
+ ^
SyntaxError: Identifier 'x' has already been declared
« no previous file with comments | « src/parsing/pattern-rewriter.cc ('k') | test/message/redeclaration1.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698