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

Unified Diff: pkg/front_end/testcases/store_load.dart.outline.expect

Issue 2825063002: Move kernel baseline tests to front_end. (Closed)
Patch Set: Created 3 years, 8 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/store_load.dart.outline.expect
diff --git a/pkg/front_end/test/fasta/rasta/issue_000068.dart.outline.expect b/pkg/front_end/testcases/store_load.dart.outline.expect
similarity index 56%
rename from pkg/front_end/test/fasta/rasta/issue_000068.dart.outline.expect
rename to pkg/front_end/testcases/store_load.dart.outline.expect
index af7d585acb9ac0cd1d333a897249f7e31204c6d2..e8418c60081eec19796a53c1255cf773b8ea272c 100644
--- a/pkg/front_end/test/fasta/rasta/issue_000068.dart.outline.expect
+++ b/pkg/front_end/testcases/store_load.dart.outline.expect
@@ -2,19 +2,21 @@ library;
import self as self;
import "dart:core" as core;
-class G<T extends core::Object> extends core::Object {
+class Foo extends core::Object {
+ field dynamic _field;
constructor •() → void
;
}
-class A extends core::Object {
+class FooValue extends core::Object {
constructor •() → void
;
}
-class B extends self::A {
+class Bar extends core::Object {
+ field dynamic _field;
constructor •() → void
;
}
-class C extends self::B {
+class BarValue extends core::Object {
constructor •() → void
;
}
« no previous file with comments | « pkg/front_end/testcases/store_load.dart.direct.expect ('k') | pkg/front_end/testcases/store_load.dart.strong.expect » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698