Skip to content

Commit

Permalink
Fix analyzer tests when run in checked mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew committed Mar 25, 2017
1 parent b51d1fd commit 0fcb91a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/analyzer_cli/test/reporter_test.dart
Expand Up @@ -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);

Expand Down

0 comments on commit 0fcb91a

Please sign in to comment.