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

Unified Diff: test/message/class-constructor-generator.out

Issue 982153003: [parser] better error message for generator constructors (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Added message tests Created 5 years, 9 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/class-constructor-generator.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/message/class-constructor-generator.out
diff --git a/test/unittests/unittests.status b/test/message/class-constructor-generator.out
similarity index 50%
copy from test/unittests/unittests.status
copy to test/message/class-constructor-generator.out
index d439913ccf68a2b308920724a0651786bb0464da..5075e511cc753d226d832a7526b5fa5a833152e5 100644
--- a/test/unittests/unittests.status
+++ b/test/message/class-constructor-generator.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: Class constructor may not be a generator
+ *constructor() {}
+ ^^^^^^^^^^^
+SyntaxError: Class constructor may not be a generator
« no previous file with comments | « test/message/class-constructor-generator.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698