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

Unified Diff: pkg/analyzer_cli/test/reporter_test.dart

Issue 2775073002: Fix analyzer tests when run in checked mode. (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer_cli/test/reporter_test.dart
diff --git a/pkg/analyzer_cli/test/reporter_test.dart b/pkg/analyzer_cli/test/reporter_test.dart
index 4fab7bd25ae74bec2cd585bd1d3249737507275a..358b570587ad3f24c9479635e5477e9f8b52c5b4 100644
--- a/pkg/analyzer_cli/test/reporter_test.dart
+++ b/pkg/analyzer_cli/test/reporter_test.dart
@@ -33,6 +33,7 @@ main() {
when(options.hintsAreFatal).thenReturn(false);
when(options.machineFormat).thenReturn(false);
when(options.verbose).thenReturn(false);
+ when(options.color).thenReturn(false);
var reporter = new ErrorFormatter(out, options, stats);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698