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

Unified Diff: pkg/kernel/testcases/closures/non_void_context.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/non_void_context.dart.expect
diff --git a/pkg/kernel/testcases/closures/non_void_context.dart.expect b/pkg/kernel/testcases/closures/non_void_context.dart.expect
index 347fd35eec3d3f0c815c9f771764ac0a1990a872..06282c4c2484265024b48e48189c7336cb227148 100644
--- a/pkg/kernel/testcases/closures/non_void_context.dart.expect
+++ b/pkg/kernel/testcases/closures/non_void_context.dart.expect
@@ -1,7 +1,7 @@
library;
import self as self;
-static field dynamic v = null;
+static field dynamic v;
static method main(dynamic arguments) → dynamic {
final Vector #context = MakeVector(2);
#context[1] = null;
« no previous file with comments | « pkg/kernel/testcases/closures/named_closure.dart.expect ('k') | pkg/kernel/testcases/closures/static_tear_off.dart.expect » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698