| Index: tests/compiler/dart2js/sourcemaps/sourcemap_helper.dart
|
| diff --git a/tests/compiler/dart2js/sourcemaps/sourcemap_helper.dart b/tests/compiler/dart2js/sourcemaps/sourcemap_helper.dart
|
| index 1dbbc1ff99e8bec9fae2efdea8eae674e3c14b92..eac4637c62d38ce0deac39f4679d455990751bd7 100644
|
| --- a/tests/compiler/dart2js/sourcemaps/sourcemap_helper.dart
|
| +++ b/tests/compiler/dart2js/sourcemaps/sourcemap_helper.dart
|
| @@ -120,7 +120,7 @@ class SourceMapProcessor {
|
| if (verbose) print('Using the new source information system.');
|
| useNewSourceInfo = true;
|
| }
|
| - api.Compiler compiler = await compilerFor({},
|
| + api.Compiler compiler = await compilerFor(
|
| outputProvider: outputProvider,
|
| // TODO(johnniwinther): Use [verbose] to avoid showing diagnostics.
|
| options: ['--out=$targetUri', '--source-map=$sourceMapFileUri']
|
|
|