| Index: pkg/analysis_server/test/integration/analysis_error_int_test.dart
|
| diff --git a/pkg/analysis_server/test/integration/analysis_error_int_test.dart b/pkg/analysis_server/test/integration/analysis_error_int_test.dart
|
| index e519890c0966e1f29830bbf62f3f69714e22a2fc..49f24d245f12eb687654ffbc43e8c120edd2424d 100644
|
| --- a/pkg/analysis_server/test/integration/analysis_error_int_test.dart
|
| +++ b/pkg/analysis_server/test/integration/analysis_error_int_test.dart
|
| @@ -20,7 +20,7 @@ class AnalysisErrorIntegrationTest extends AbstractAnalysisServerIntegrationTest
|
| main() {
|
| var x // parse error: missing ';'
|
| }''');
|
| - standardAnalysisRoot();
|
| + standardAnalysisSetup();
|
| return analysisFinished.then((_) {
|
| expect(currentAnalysisErrors[pathname], isList);
|
| List errors = currentAnalysisErrors[pathname];
|
|
|