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

Unified Diff: pkg/front_end/test/fasta/rasta/parser_error.dart.outline.expect

Issue 2662703002: Update rasta outline expectations. (Closed)
Patch Set: Rebased on 0401b897958de33f8481b9cb323eab53106a3ce9. Created 3 years, 11 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: pkg/front_end/test/fasta/rasta/parser_error.dart.outline.expect
diff --git a/pkg/front_end/test/fasta/rasta/parser_error.dart.outline.expect b/pkg/front_end/test/fasta/rasta/parser_error.dart.outline.expect
index 12c517ddc0886d642eb4240eec52365880ac1797..4d53b676cec7fad0a07f044b9ae38650826bcbb4 100644
--- a/pkg/front_end/test/fasta/rasta/parser_error.dart.outline.expect
+++ b/pkg/front_end/test/fasta/rasta/parser_error.dart.outline.expect
@@ -1,10 +1,8 @@
library;
import self as self;
-import "package:expect/expect.dart" as exp;
import "dart:core" as core;
-static method test() → dynamic
- invalid-statement;
-static method main() → dynamic {
- exp::Expect::equals(6, throw core::_genericNoSuchMethod(null, #test, <dynamic>[1], <dynamic, dynamic>{#b: 2, #c: 3}, <dynamic>[]));
-}
+static method test(dynamic a, {dynamic b, dynamic c}) → core::int
+ ;
+static method main() → dynamic
+ ;

Powered by Google App Engine
This is Rietveld 408576698