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

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

Issue 1417483014: [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
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
new file mode 100644
index 0000000000000000000000000000000000000000..a3b42025f52814530b75d247bc4dfff13635ebdf
--- /dev/null
+++ b/test/message/try-catch-variable-conflict.out
@@ -0,0 +1,4 @@
+*%(basename)s:10: SyntaxError: Identifier 'x' has already been declared
+ var x;
+ ^
+SyntaxError: Identifier 'x' has already been declared

Powered by Google App Engine
This is Rietveld 408576698