| Index: tests/compiler/dart2js/deferred_load_graph_segmentation_test.dart
|
| ===================================================================
|
| --- tests/compiler/dart2js/deferred_load_graph_segmentation_test.dart (revision 29677)
|
| +++ tests/compiler/dart2js/deferred_load_graph_segmentation_test.dart (working copy)
|
| @@ -26,7 +26,8 @@
|
| handler.diagnosticHandler,
|
| libraryRoot,
|
| packageRoot,
|
| - ['--analyze-only']);
|
| + ['--analyze-only'],
|
| + {});
|
| asyncTest(() => compiler.run(Uri.parse('memory:main.dart')).then((_) {
|
| var main = compiler.mainApp.find(dart2js.Compiler.MAIN);
|
| Expect.isNotNull(main, "Could not find 'main'");
|
|
|