| Index: pkg/analyzer/test/src/summary/summarize_ast_test.dart
|
| diff --git a/pkg/analyzer/test/src/summary/summarize_ast_test.dart b/pkg/analyzer/test/src/summary/summarize_ast_test.dart
|
| index 88fc19f815e25b730ebc91957c220397ff4a9675..e730c8d1d25032fec2c023bfd175c9eb54ee6cf8 100644
|
| --- a/pkg/analyzer/test/src/summary/summarize_ast_test.dart
|
| +++ b/pkg/analyzer/test/src/summary/summarize_ast_test.dart
|
| @@ -87,9 +87,8 @@ class LinkedSummarizeAstTest extends Object with SummaryTest {
|
| }
|
| return unit;
|
| }
|
| - linked =
|
| - link(<String>[testDartUri.toString()].toSet(), getDependency, getUnit)[
|
| - testDartUri.toString()];
|
| + linked = link(uriToUnit.keys.toSet(), getDependency, getUnit)[
|
| + testDartUri.toString()];
|
| expect(linked, isNotNull);
|
| validateLinkedLibrary(linked);
|
| unlinkedUnits = <UnlinkedUnit>[definingUnit];
|
|
|