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

Unified Diff: pkg/analyzer_cli/test/errors_reported_once_test.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/analyzer_cli/test/errors_reported_once_test.dart
diff --git a/pkg/analyzer_cli/test/errors_reported_once_test.dart b/pkg/analyzer_cli/test/errors_reported_once_test.dart
index c3d2c5306bc3629eec4dd8269e71ba68582a8043..01905abefc21fb27d6b5f5d59342587530e7d7c6 100644
--- a/pkg/analyzer_cli/test/errors_reported_once_test.dart
+++ b/pkg/analyzer_cli/test/errors_reported_once_test.dart
@@ -41,7 +41,7 @@ class ErrorsReportedOnceTest {
test_once() async {
String testDir = path.join(testDirectory, 'data', 'errors_reported_once');
- Driver driver = new Driver();
+ Driver driver = new Driver(isTesting: true);
await driver.start(
[path.join(testDir, 'foo.dart'), path.join(testDir, 'bar.dart')]);

Powered by Google App Engine
This is Rietveld 408576698