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

Unified Diff: test/message/super-in-function.out

Issue 916293004: Fix location of super syntax errors (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 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/super-in-function.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/message/super-in-function.out
diff --git a/test/unittests/unittests.status b/test/message/super-in-function.out
similarity index 56%
copy from test/unittests/unittests.status
copy to test/message/super-in-function.out
index d439913ccf68a2b308920724a0651786bb0464da..19f8bf067c0013b5f1a11e24a692ab4728b2e5c3 100644
--- a/test/unittests/unittests.status
+++ b/test/message/super-in-function.out
@@ -1,6 +1,7 @@
# Copyright 2014 the V8 project authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-
-[
-]
+*%(basename)s:9: SyntaxError: 'super' keyword unexpected here
+ super.x();
+ ^^^^^
+SyntaxError: 'super' keyword unexpected here
« no previous file with comments | « test/message/super-in-function.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698