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

Unified Diff: pkg/analysis_server/test/plugin/set_analysis_domain_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/plugin/set_analysis_domain_test.dart
diff --git a/pkg/analysis_server/test/plugin/set_analysis_domain_test.dart b/pkg/analysis_server/test/plugin/set_analysis_domain_test.dart
index c3274e5978952db944b6a9f9e5ec379b5451c85b..19b902006f6a6eedf5591bbbc8c0195028b45304 100644
--- a/pkg/analysis_server/test/plugin/set_analysis_domain_test.dart
+++ b/pkg/analysis_server/test/plugin/set_analysis_domain_test.dart
@@ -41,6 +41,9 @@ class SetAnalysisDomainTest extends AbstractAnalysisTest {
AnalysisOccurrencesParams occurrencesParams;
@override
+ bool get enableNewAnalysisDriver => false;
+
+ @override
void addServerPlugins(List<Plugin> plugins) {
var plugin = new TestSetAnalysisDomainPlugin(this);
plugins.add(plugin);

Powered by Google App Engine
This is Rietveld 408576698