| Index: pkg/analysis_server/test/integration/search_domain_int_test.dart
|
| diff --git a/pkg/analysis_server/test/integration/search_domain_int_test.dart b/pkg/analysis_server/test/integration/search_domain_int_test.dart
|
| index 74a3b962650cb61e96a332498a2edaf200db4dfe..cacf8edd231d0ac318714ffa95ae4daca568f0c0 100644
|
| --- a/pkg/analysis_server/test/integration/search_domain_int_test.dart
|
| +++ b/pkg/analysis_server/test/integration/search_domain_int_test.dart
|
| @@ -70,7 +70,7 @@ class SearchDomainIntegrationTest extends AbstractAnalysisServerIntegrationTest
|
| // Write a dummy file which will be overridden by tests using
|
| // [sendAnalysisUpdateContent].
|
| writeFile(pathname, '// dummy');
|
| - standardAnalysisRoot();
|
| + standardAnalysisSetup();
|
|
|
| // Run all the getTypeHierarchy tests at once so that the server can take
|
| // advantage of incremental analysis and the test doesn't time out.
|
|
|