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

Unified Diff: pkg/analysis_server/test/services/index/index_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/index/index_test.dart
diff --git a/pkg/analysis_server/test/services/index/index_test.dart b/pkg/analysis_server/test/services/index/index_test.dart
index 14aae6d008195da2ae65374697944416e8909ea3..4c244ea6fad71622e04614652f7a082d02d32ba1 100644
--- a/pkg/analysis_server/test/services/index/index_test.dart
+++ b/pkg/analysis_server/test/services/index/index_test.dart
@@ -25,6 +25,9 @@ main() {
class IndexTest extends AbstractSingleUnitTest {
Index index = createMemoryIndex();
+ @override
+ bool get enableNewAnalysisDriver => false;
+
/**
* Return the [Location] with given properties, or fail.
*/

Powered by Google App Engine
This is Rietveld 408576698