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

Side by Side Diff: pkg/front_end/testcases/regress/issue_29986.dart.strong.expect

Issue 2977013002: Report messages instead of just printing. (Closed)
Patch Set: Update expectations. Created 3 years, 5 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 unified diff | Download patch
OLDNEW
1 library; 1 library;
2 import self as self; 2 import self as self;
3 3
4 const field dynamic #errors = const <dynamic>["pkg/front_end/testcases/regress/i ssue_29986.dart:8:13: Error: Expected a function body or '=>'.\nC(this.name);\n ^", "pkg/front_end/testcases/regress/issue_29986.dart:8:3: Error: 'th is' parameters can only be used on constructors.\nC(this.name);\n ^"]/* from nu ll */; 4 const field dynamic #errors = const <dynamic>["pkg/front_end/testcases/regress/i ssue_29986.dart:8:13: Error: Expected a function body or '=>'.\nTry adding {}.\n C(this.name);\n ^", "pkg/front_end/testcases/regress/issue_29986.dart :8:3: Error: 'this' parameters can only be used on constructors.\nC(this.name);\ n ^"]/* from null */;
5 static method main() → dynamic {} 5 static method main() → dynamic {}
6 static abstract method C(dynamic name) → dynamic; 6 static abstract method C(dynamic name) → dynamic;
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698