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

Unified Diff: pkg/analysis_server/test/analysis/update_content_test.dart

Issue 1203783004: Make use of test_flushAstStructures in analysis server. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Fix analyzer dependency, remove unused imports, rename method to match previous CL. Created 5 years, 6 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
« no previous file with comments | « pkg/analysis_server/pubspec.yaml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/test/analysis/update_content_test.dart
diff --git a/pkg/analysis_server/test/analysis/update_content_test.dart b/pkg/analysis_server/test/analysis/update_content_test.dart
index e137ab99d63b994bbb48797bc7f427c3471f5689..b8c313d34fa07ed4a138540df0ee0ac51b3136ed 100644
--- a/pkg/analysis_server/test/analysis/update_content_test.dart
+++ b/pkg/analysis_server/test/analysis/update_content_test.dart
@@ -205,7 +205,7 @@ f() {}
await server.onAnalysisComplete;
// clear errors and make a no-op change
filesErrors.clear();
- server.test_flushResolvedUnit(testFile);
+ server.test_flushAstStructures(testFile);
server.updateContent('2', {
testFile: new ChangeContentOverlay([new SourceEdit(0, 4, 'main')])
});
« no previous file with comments | « pkg/analysis_server/pubspec.yaml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698