Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Unified Diff: pkg/analysis_server/test/integration/edit/import_elements_test.dart

Issue 2988183002: Initial implementation of the import-aware copy support (Closed)
Patch Set: address comments Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698