| 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 5ca78e10cd7d5b8dacc11a8e361e2f7f64147b73..2ee39fb3e2fb79b44ece1ab6f8356341dc2f061c 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
|
| @@ -30,9 +30,7 @@ class CompletionManagerTest extends DartCompletionContributorTest {
|
| }
|
|
|
| test_resolveDirectives() async {
|
| - addSource(
|
| - '/libA.dart',
|
| - '''
|
| + addSource('/libA.dart', '''
|
| library libA;
|
| /// My class.
|
| /// Short description.
|
| @@ -40,9 +38,7 @@ library libA;
|
| /// Longer description.
|
| class A {}
|
| ''');
|
| - addSource(
|
| - '/libB.dart',
|
| - '''
|
| + addSource('/libB.dart', '''
|
| library libB;
|
| import "/libA.dart" as foo;
|
| part '$testFile';
|
|
|