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/analysis_abstract.dart

Issue 2963323002: Add analytics to analyzer-cli and analysis server. (Closed)
Patch Set: Created 3 years, 6 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_abstract.dart
diff --git a/pkg/analysis_server/test/analysis_abstract.dart b/pkg/analysis_server/test/analysis_abstract.dart
index c37be8f20d272e892883ca27c2c7f6a13bb06019..218d63ba5efe1de53917697b8ff5693fc24bf50c 100644
--- a/pkg/analysis_server/test/analysis_abstract.dart
+++ b/pkg/analysis_server/test/analysis_abstract.dart
@@ -137,7 +137,7 @@ class AbstractAnalysisTest {
//
// Create server
//
- AnalysisServerOptions options = new AnalysisServerOptions();
+ AnalysisServerOptions options = new AnalysisServerOptions()..addMocks();
return new AnalysisServer(
serverChannel,
resourceProvider,

Powered by Google App Engine
This is Rietveld 408576698