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

Unified Diff: pkg/kernel/testcases/closures/closures.dart.expect

Issue 2808443002: Switch to Fasta in "golden" tests of closure conversion (Closed)
Patch Set: Use testing framework from Fasta package in Closure Conversion 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/kernel/testcases/closures/closures.dart.expect
diff --git a/pkg/kernel/testcases/closures/closures.dart.expect b/pkg/kernel/testcases/closures/closures.dart.expect
index 0861f0b2f03634068968e31b2ae63a905597e2f5..f0138a994b9c8e3ef4b9846b3288c02c5f2b790e 100644
--- a/pkg/kernel/testcases/closures/closures.dart.expect
+++ b/pkg/kernel/testcases/closures/closures.dart.expect
@@ -2,7 +2,7 @@ library;
import self as self;
import "dart:core" as core;
-static field dynamic f = null;
+static field dynamic f;
static method foo() → dynamic {
core::print(self::f.call(0));
}

Powered by Google App Engine
This is Rietveld 408576698