Index: tests/compiler/dart2js/analyze_helper.dart |
diff --git a/tests/compiler/dart2js/analyze_helper.dart b/tests/compiler/dart2js/analyze_helper.dart |
index 62de389f2ede558393e4614e8097f5103ca5df50..b901595cccf5bda555b13a903db8262a0a7554c1 100644 |
--- a/tests/compiler/dart2js/analyze_helper.dart |
+++ b/tests/compiler/dart2js/analyze_helper.dart |
@@ -154,7 +154,8 @@ Future analyze(List<Uri> uriList, |
currentDirectory.resolveUri(new Uri.file('${Platform.packageRoot}/')); |
var provider = new CompilerSourceFileProvider(); |
var handler = new CollectingDiagnosticHandler(whiteList, provider); |
- var options = <String>['--analyze-only', '--categories=Client,Server']; |
+ var options = <String>['--analyze-only', '--categories=Client,Server', |
+ '--show-package-warnings']; |
if (analyzeAll) options.add('--analyze-all'); |
var compiler = new Compiler( |
provider.readStringFromUri, |