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

Unified Diff: test/message/super-constructor.out

Issue 792563003: Fix messages tests. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 6 years 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/super-constructor.js ('k') | test/message/super-constructor-extra-statement.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/message/super-constructor.out
diff --git a/test/message/super-constructor.out b/test/message/super-constructor.out
index c60b0aa2c4768a5a5c80b90bcfdd7c32533236c4..bc3a699dbe9b235fa2e2e30b5a3fb4eeb7358571 100644
--- a/test/message/super-constructor.out
+++ b/test/message/super-constructor.out
@@ -5,4 +5,4 @@
super(this.x);
TypeError: A 'super' constructor call may only appear as the first statement of a function, and its arguments may not access 'this'. Other forms are not yet supported.
- at *%(basename)s:14:1
+ at *%(basename)s:14:9
« no previous file with comments | « test/message/super-constructor.js ('k') | test/message/super-constructor-extra-statement.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698