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

Unified Diff: pkg/front_end/testcases/super_rasta_copy.dart.direct.expect

Issue 2890263002: Fix fasta tests expectation after arguments descriptor change. (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/testcases/super_rasta_copy.dart.direct.expect
diff --git a/pkg/front_end/testcases/super_rasta_copy.dart.direct.expect b/pkg/front_end/testcases/super_rasta_copy.dart.direct.expect
index 7722a0ec7533fecfe6ee60ca697221c97e12cb86..faa416d78d8f9f5f1d81f00b2c17be296bce81d3 100644
--- a/pkg/front_end/testcases/super_rasta_copy.dart.direct.expect
+++ b/pkg/front_end/testcases/super_rasta_copy.dart.direct.expect
@@ -141,8 +141,8 @@ class C extends self::B {
self::use(this.{=self::A::[]}(87).call());
this.{=self::A::m}();
self::use(this.{=self::A::m}());
- this.{=core::Object::noSuchMethod}(new core::_InvocationMirror::•("m", core::List::from<dynamic>(<dynamic>[2, 2], growable: false), core::List::from<dynamic>(<dynamic>[this, 87], growable: false), true));
- self::use(this.{=core::Object::noSuchMethod}(new core::_InvocationMirror::•("m", core::List::from<dynamic>(<dynamic>[2, 2], growable: false), core::List::from<dynamic>(<dynamic>[this, 87], growable: false), true)));
+ this.{=core::Object::noSuchMethod}(new core::_InvocationMirror::•("m", core::List::from<dynamic>(<dynamic>[0, 2, 2], growable: false), core::List::from<dynamic>(<dynamic>[this, 87], growable: false), true));
+ self::use(this.{=core::Object::noSuchMethod}(new core::_InvocationMirror::•("m", core::List::from<dynamic>(<dynamic>[0, 2, 2], growable: false), core::List::from<dynamic>(<dynamic>[this, 87], growable: false), true)));
this.{=self::A::a} = 42;
self::use(this.{=self::A::a} = 42);
this.{=self::A::b} = 42;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698