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

Unified Diff: sdk/lib/_internal/pub/test/transformer/dart2js/supports_valid_options_test.dart

Issue 175083002: Add support for --hide-package-warnings to pub but negate it in (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 10 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 | « sdk/lib/_internal/pub/lib/src/dart.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/_internal/pub/test/transformer/dart2js/supports_valid_options_test.dart
diff --git a/sdk/lib/_internal/pub/test/transformer/dart2js/supports_valid_options_test.dart b/sdk/lib/_internal/pub/test/transformer/dart2js/supports_valid_options_test.dart
index ffdda137e578cc12ba23eff7a3a8eedc92309232..9bac1fbccb19c44f63f993f38dc6827e1c2e02eb 100644
--- a/sdk/lib/_internal/pub/test/transformer/dart2js/supports_valid_options_test.dart
+++ b/sdk/lib/_internal/pub/test/transformer/dart2js/supports_valid_options_test.dart
@@ -27,6 +27,7 @@ main() {
"analyzeAll": true,
"suppressWarnings": true,
"suppressHints": true,
+ "suppressPackageWarnings": false,
"terse": true
}
}]
« no previous file with comments | « sdk/lib/_internal/pub/lib/src/dart.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698