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

Unified Diff: pkg/front_end/testcases/rasta/issue_000070.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_000070.dart.direct.expect
diff --git a/pkg/front_end/testcases/rasta/issue_000070.dart.direct.expect b/pkg/front_end/testcases/rasta/issue_000070.dart.direct.expect
index 4ddcb532a0d082b8fb57870537d29c4467de8ea7..d1530e88387422f3095eafd18bb8e8718ad26618 100644
--- a/pkg/front_end/testcases/rasta/issue_000070.dart.direct.expect
+++ b/pkg/front_end/testcases/rasta/issue_000070.dart.direct.expect
@@ -6,9 +6,9 @@ import "package:expect/expect.dart" as exp;
class A<N extends core::Object, S extends core::Object, U extends core::Object> extends core::Object {
final field core::List<self::A::U> field;
constructor •(self::A::N n, self::A::S s) → void
- : self::A::field = core::List::_internal<self::A::U>(core::_GROWABLE_ARRAY_MARKER), super core::Object::•() {
- exp::Expect::isTrue(n is self::A::N, null);
- exp::Expect::isTrue(s is self::A::S, null);
+ : self::A::field = core::List::_internal<self::A::U>(), super core::Object::•() {
+ exp::Expect::isTrue(n is self::A::N);
+ exp::Expect::isTrue(s is self::A::S);
}
constructor empty() → void
: self::A::field = null, super core::Object::•() {}
@@ -16,7 +16,7 @@ class A<N extends core::Object, S extends core::Object, U extends core::Object>
: self::A::field = const <dynamic>[null], super core::Object::•()
;
static factory f<N extends core::Object, S extends core::Object, U extends core::Object>(self::A::f::S s) → self::A<self::A::f::N, self::A::f::S, self::A::f::U> {
- exp::Expect::isTrue(s is self::A::f::S, null);
+ exp::Expect::isTrue(s is self::A::f::S);
return new self::A::empty<dynamic, dynamic, dynamic>();
}
get getter() → core::List<self::A::U> {

Powered by Google App Engine
This is Rietveld 408576698