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

Unified Diff: pkg/analyzer/test/src/summary/resynthesize_test.dart

Issue 1585093003: Chain SummaryResynthesizer(s). (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 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/analyzer/test/src/summary/resynthesize_test.dart
diff --git a/pkg/analyzer/test/src/summary/resynthesize_test.dart b/pkg/analyzer/test/src/summary/resynthesize_test.dart
index 3665b018d377ece9e37928d0a806996a8f067f4b..11fcaf73b66252e648221f797dbffb32e7714889 100644
--- a/pkg/analyzer/test/src/summary/resynthesize_test.dart
+++ b/pkg/analyzer/test/src/summary/resynthesize_test.dart
@@ -613,8 +613,10 @@ class C {
return serializedUnit;
}
SummaryResynthesizer resynthesizer = new SummaryResynthesizer(
+ null,
analysisContext,
analysisContext.typeProvider,
+ (_) => true,
getPrelinkedSummary,
getUnlinkedSummary,
analysisContext.sourceFactory);

Powered by Google App Engine
This is Rietveld 408576698