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

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

Issue 2874043002: Add --fatal-infos; hide --fatal-hints. (Closed)
Patch Set: Created 3 years, 7 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 | « pkg/analyzer_cli/test/options_test.dart ('k') | 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 1ffb2694e634ec49bd6e346106a28bf17b5761f5..193a532ff247cda17d2eb1d0c65e9a631dad329e 100644
--- a/pkg/analyzer_cli/test/reporter_test.dart
+++ b/pkg/analyzer_cli/test/reporter_test.dart
@@ -28,7 +28,7 @@ main() {
options = new MockCommandLineOptions();
when(options.enableTypeChecks).thenReturn(false);
- when(options.hintsAreFatal).thenReturn(false);
+ when(options.infosAreFatal).thenReturn(false);
when(options.machineFormat).thenReturn(false);
when(options.verbose).thenReturn(false);
when(options.color).thenReturn(false);
« no previous file with comments | « pkg/analyzer_cli/test/options_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698