| Index: pkg/analysis_server/test/integration/completion_domain_int_test.dart
|
| diff --git a/pkg/analysis_server/test/integration/completion_domain_int_test.dart b/pkg/analysis_server/test/integration/completion_domain_int_test.dart
|
| index dc333fbe15e4ba590cf7eff90f9830ccec349941..3b37e2f2cbe2f5f32ac2ed734acfb8942538f51f 100644
|
| --- a/pkg/analysis_server/test/integration/completion_domain_int_test.dart
|
| +++ b/pkg/analysis_server/test/integration/completion_domain_int_test.dart
|
| @@ -24,7 +24,7 @@ main() {
|
| }
|
| ''';
|
| writeFile(pathname, text);
|
| - standardAnalysisRoot();
|
| + standardAnalysisSetup();
|
|
|
| return analysisFinished.then((_) {
|
| return sendCompletionGetSuggestions(pathname, text.indexOf('test.') +
|
|
|