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

Unified Diff: pkg/kernel/testcases/strong-mode/prefer_baseclass.baseline.txt

Issue 2645733004: Run tree shaking in strong-mode baseline tests. (Closed)
Patch Set: Created 3 years, 11 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/kernel/testcases/strong-mode/prefer_baseclass.baseline.txt
diff --git a/pkg/kernel/testcases/strong-mode/prefer_baseclass.baseline.txt b/pkg/kernel/testcases/strong-mode/prefer_baseclass.baseline.txt
index 8e82d3903cc301d7d5ebf4086798c3026e344926..4783efb3bf105b25fb53fbbb72491ea9eda0a70f 100644
--- a/pkg/kernel/testcases/strong-mode/prefer_baseclass.baseline.txt
+++ b/pkg/kernel/testcases/strong-mode/prefer_baseclass.baseline.txt
@@ -2,12 +2,12 @@ library;
import self as self;
import "dart:core" as core;
-class A extends core::Object {
+abstract class A extends core::Object {
constructor •() → void
: super core::Object::•()
;
}
-class B extends core::Object {
+abstract class B extends core::Object {
constructor •() → void
: super core::Object::•()
;

Powered by Google App Engine
This is Rietveld 408576698