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

Unified Diff: pkg/front_end/testcases/rasta/mixin_library.dart.direct.expect

Issue 2921623002: Update expectations files. (Closed)
Patch Set: Update expectations files. Created 3 years, 7 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/testcases/rasta/mixin_library.dart.direct.expect
diff --git a/pkg/front_end/testcases/rasta/mixin_library.dart.direct.expect b/pkg/front_end/testcases/rasta/mixin_library.dart.direct.expect
index 59fc221a5eaefd179398c4f6b811c7708394326d..024195d644e19e33c24f3eae721a3d187c958fa2 100644
--- a/pkg/front_end/testcases/rasta/mixin_library.dart.direct.expect
+++ b/pkg/front_end/testcases/rasta/mixin_library.dart.direct.expect
@@ -11,7 +11,7 @@ class Mixin<T extends core::Object> extends core::Object {
: super core::Object::•()
;
method foo() → dynamic
- return (throw new core::NoSuchMethodError::•(null, #foo, <dynamic>[], <dynamic, dynamic>{}, null)).+(self::f());
+ return this.{=core::Object::noSuchMethod}(new core::_InvocationMirror::•("foo", <dynamic>[1, 1].toList(growable: false), <dynamic>[this].toList(growable: false), true)).+(self::f());
method g(self::Mixin::T a) → self::Mixin::T
return null;
method h() → dynamic
« no previous file with comments | « pkg/front_end/testcases/rasta/issue_000070.dart.direct.expect ('k') | pkg/front_end/testcases/rasta/static.dart.direct.expect » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698