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

Unified Diff: pkg/analysis_server/test/services/completion/dart/completion_manager_test.dart

Issue 2864813002: Switch the default from non-driver to driver in several tests (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/services/completion/dart/completion_manager_test.dart
diff --git a/pkg/analysis_server/test/services/completion/dart/completion_manager_test.dart b/pkg/analysis_server/test/services/completion/dart/completion_manager_test.dart
index 75c5ac58e588c18a43166d800261f849c6322d84..39b193d3d2ab1f73a88f084080c9b3a0897a17bf 100644
--- a/pkg/analysis_server/test/services/completion/dart/completion_manager_test.dart
+++ b/pkg/analysis_server/test/services/completion/dart/completion_manager_test.dart
@@ -28,9 +28,6 @@ main() {
@reflectiveTest
class CompletionManagerTest extends DartCompletionContributorTest {
@override
- bool get enableNewAnalysisDriver => true;
-
- @override
DartCompletionContributor createContributor() {
return new ImportedReferenceContributor();
}

Powered by Google App Engine
This is Rietveld 408576698