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

Unified Diff: pkg/front_end/testcases/rasta/issue_000002.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/issue_000002.dart.direct.expect
diff --git a/pkg/front_end/testcases/rasta/issue_000002.dart.direct.expect b/pkg/front_end/testcases/rasta/issue_000002.dart.direct.expect
index 4d47c095b74f7d1afe25954fec6e0679a7b034a5..5ee9b9baaae968343edf4cea0337c7632d89cc7b 100644
--- a/pkg/front_end/testcases/rasta/issue_000002.dart.direct.expect
+++ b/pkg/front_end/testcases/rasta/issue_000002.dart.direct.expect
@@ -8,7 +8,7 @@ class Foo extends core::Object {
final field dynamic value;
constructor •(dynamic value) → void
: self::Foo::value = value, super core::Object::•() {}
- static factory fac(dynamic value) → dynamic {
+ static factory fac(dynamic value) → self::Foo {
return new self::Foo::•(value);
}
}

Powered by Google App Engine
This is Rietveld 408576698