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

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

Issue 2996783002: Don't record dependencies in SummaryDataStore. (Closed)
Patch Set: Created 3 years, 4 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/linker_test.dart
diff --git a/pkg/analyzer/test/src/summary/linker_test.dart b/pkg/analyzer/test/src/summary/linker_test.dart
index 3a768df283de28a18b9ecdf171ca1f6f85152420..34a89f282c5555e9b9110e449529be24879f6ce3 100644
--- a/pkg/analyzer/test/src/summary/linker_test.dart
+++ b/pkg/analyzer/test/src/summary/linker_test.dart
@@ -207,9 +207,6 @@ var x = 0;
import "a.dart";
var y = x;
''', path: '/b.dart');
- expect(bundle2.dependencies, hasLength(1));
- expect(bundle2.dependencies[0].summaryPath, '/a.ds');
- expect(bundle2.dependencies[0].apiSignature, bundle1.apiSignature);
addBundle('/a.ds', bundle1);
addBundle('/b.ds', bundle2);
createLinker('''
« no previous file with comments | « pkg/analyzer/lib/src/summary/summarize_elements.dart ('k') | pkg/analyzer/test/src/summary/package_bundle_reader_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698