| Index: tests/compiler/dart2js/analyze_helper.dart
|
| ===================================================================
|
| --- tests/compiler/dart2js/analyze_helper.dart (revision 29677)
|
| +++ tests/compiler/dart2js/analyze_helper.dart (working copy)
|
| @@ -133,7 +133,8 @@
|
| handler.diagnosticHandler,
|
| libraryRoot, libraryRoot,
|
| <String>['--analyze-only', '--analyze-all',
|
| - '--categories=Client,Server']);
|
| + '--categories=Client,Server'],
|
| + {});
|
| compiler.librariesToAnalyzeWhenRun = uriList;
|
| return compiler.run(null).then((_) {
|
| handler.checkResults();
|
|
|