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

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

Issue 2884593003: Reverse the sense of the flag to make it easier to find test that need to be converted (Closed)
Patch Set: Created 3 years, 7 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/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 14b7b25854a4266a0637f7be71875466434a7cdb..0f647df810625f5ef3c583c5f03340ffc64d5614 100644
--- a/pkg/analysis_server/test/analysis/update_content_test.dart
+++ b/pkg/analysis_server/test/analysis/update_content_test.dart
@@ -38,6 +38,9 @@ class UpdateContentTest extends AbstractAnalysisTest {
int serverErrorCount = 0;
int navigationCount = 0;
+ @override
+ bool get enableNewAnalysisDriver => false;
+
Index createIndex() {
return new _MockIndex();
}
« no previous file with comments | « pkg/analysis_server/test/analysis/set_priority_files_test.dart ('k') | pkg/analysis_server/test/analysis_abstract.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698