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

Unified Diff: pkg/analysis_server/test/analysis_server_test.dart

Issue 2963323002: Add analytics to analyzer-cli and analysis server. (Closed)
Patch Set: suppress analytics for integration tests; update the gn files 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_server_test.dart
diff --git a/pkg/analysis_server/test/analysis_server_test.dart b/pkg/analysis_server/test/analysis_server_test.dart
index e74b13d025fef23f701588ef51b31df83b556ee4..7996e0e4f473fcc2a2134ec4bedeba51c18abef5 100644
--- a/pkg/analysis_server/test/analysis_server_test.dart
+++ b/pkg/analysis_server/test/analysis_server_test.dart
@@ -108,7 +108,7 @@ class AnalysisServerTest {
resourceProvider,
packageMapProvider,
serverPlugin,
- new AnalysisServerOptions(),
+ new AnalysisServerOptions()..addMocks(),
new DartSdkManager('/', false),
InstrumentationService.NULL_SERVICE);
}

Powered by Google App Engine
This is Rietveld 408576698