| Index: tests/compiler/dart2js/incremental/hello_test.dart
|
| diff --git a/tests/compiler/dart2js/incremental/hello_test.dart b/tests/compiler/dart2js/incremental/hello_test.dart
|
| index 026ce572f434999d726d5e6fc21ca2048c6db48d..7dad2e847bca1b3d92986617192e5a73cce7f5c1 100644
|
| --- a/tests/compiler/dart2js/incremental/hello_test.dart
|
| +++ b/tests/compiler/dart2js/incremental/hello_test.dart
|
| @@ -17,6 +17,9 @@ import 'package:dart2js_incremental/dart2js_incremental.dart' show
|
| import 'package:compiler/compiler.dart' show
|
| Diagnostic;
|
|
|
| +import 'package:compiler/src/dart2jslib.dart' show
|
| + NullSink;
|
| +
|
| import 'package:async_helper/async_helper.dart' show
|
| asyncTest;
|
|
|
| @@ -93,6 +96,7 @@ Future runTests(
|
| IncrementalCompiler compiler = new IncrementalCompiler(
|
| diagnosticHandler: handler,
|
| inputProvider: provider,
|
| + outputProvider: NullSink.outputProvider,
|
| options: ['--analyze-main'],
|
| libraryRoot: libraryRoot,
|
| packageRoot: packageRoot);
|
|
|