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

Unified Diff: tests/compiler/dart2js/mock_compiler.dart

Issue 183833010: Change --hide-package-warnings to --show-package-warnings and add hint on suppress warnings. (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
Index: tests/compiler/dart2js/mock_compiler.dart
diff --git a/tests/compiler/dart2js/mock_compiler.dart b/tests/compiler/dart2js/mock_compiler.dart
index 3800f22b4ea2fd1163c2f0e29d95ded08e88df94..472c1f94672491816603d7b6bbd65f17ca3ec35d 100644
--- a/tests/compiler/dart2js/mock_compiler.dart
+++ b/tests/compiler/dart2js/mock_compiler.dart
@@ -273,7 +273,8 @@ class MockCompiler extends Compiler {
analyzeAllFlag: analyzeAll,
analyzeOnly: analyzeOnly,
emitJavaScript: emitJavaScript,
- preserveComments: preserveComments) {
+ preserveComments: preserveComments,
+ showPackageWarnings: true) {
clearMessages();
coreLibrary = createLibrary("core", coreSource);

Powered by Google App Engine
This is Rietveld 408576698