| Index: pkg/analysis_server/test/integration/edit/import_elements_test.dart
|
| diff --git a/pkg/analysis_server/test/integration/edit/import_elements_test.dart b/pkg/analysis_server/test/integration/edit/import_elements_test.dart
|
| index b86d93d9bae07e4299a25d07e8718518c30d5e31..e966785b3ba2a7f18210cad14a2feb56cc5ddfcc 100644
|
| --- a/pkg/analysis_server/test/integration/edit/import_elements_test.dart
|
| +++ b/pkg/analysis_server/test/integration/edit/import_elements_test.dart
|
| @@ -60,7 +60,7 @@ class AnalysisGetImportElementsIntegrationTest
|
| });
|
| }
|
|
|
| - test_getImportedElements() async {
|
| + test_getImportedElements_noEdits() async {
|
| writeFile(pathname, text);
|
| standardAnalysisSetup();
|
| await analysisFinished;
|
|
|