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

Unified Diff: pkg/analysis_server/test/integration/execution/set_subscriptions_test.dart

Issue 2710193002: Update the analysis server integration tests to always run on the analysis driver. (Closed)
Patch Set: Created 3 years, 10 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/integration/execution/set_subscriptions_test.dart
diff --git a/pkg/analysis_server/test/integration/execution/set_subscriptions_test.dart b/pkg/analysis_server/test/integration/execution/set_subscriptions_test.dart
index fcd4189926cb7e52d6a2dcb410376d4909f89eab..a379b3c70687971c4a8585f9f1a54f8b4128a15a 100644
--- a/pkg/analysis_server/test/integration/execution/set_subscriptions_test.dart
+++ b/pkg/analysis_server/test/integration/execution/set_subscriptions_test.dart
@@ -34,7 +34,4 @@ class SetSubscriptionsTest extends AbstractAnalysisServerIntegrationTest {
expect(data.kind, ExecutableKind.SERVER);
expect(data.file, pathname);
}
-
- @override
- bool get enableNewAnalysisDriver => true;
}

Powered by Google App Engine
This is Rietveld 408576698