| Index: pkg/analysis_server/test/services/completion/dart/completion_manager_test.dart
|
| diff --git a/pkg/analysis_server/test/services/completion/dart/completion_manager_test.dart b/pkg/analysis_server/test/services/completion/dart/completion_manager_test.dart
|
| index e830a54ab0cdec49203af9a77d1bddac4ef4bb68..b5fb100312a8ebaabd7e9fea211230bb27097ca4 100644
|
| --- a/pkg/analysis_server/test/services/completion/dart/completion_manager_test.dart
|
| +++ b/pkg/analysis_server/test/services/completion/dart/completion_manager_test.dart
|
| @@ -42,7 +42,7 @@ library libA;
|
| /// Longer description.
|
| class A {}
|
| ''');
|
| - var libSource = addSource(
|
| + addSource(
|
| '/libB.dart',
|
| '''
|
| library libB;
|
|
|