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

Unified Diff: test/message/destructuring-modify-const.out

Issue 1139773005: [destructuring] More tests for object literal pattern (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Comments addressed, landing Created 5 years, 7 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/message/destructuring-modify-const.out
diff --git a/test/message/destructuring-modify-const.out b/test/message/destructuring-modify-const.out
new file mode 100644
index 0000000000000000000000000000000000000000..19bffa6d3de9d4e7c6dc91afee00a9651490f3f4
--- /dev/null
+++ b/test/message/destructuring-modify-const.out
@@ -0,0 +1,5 @@
+*%(basename)s:9: TypeError: Assignment to constant variable.
+x++;
+ ^
+TypeError: Assignment to constant variable.
+ at *%(basename)s:9:2

Powered by Google App Engine
This is Rietveld 408576698