| 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 eac4637c62d38ce0deac39f4679d455990751bd7..8d4c8830c6a0c53ce625a3d46205e8ad4fa34149 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.CompilerImpl compiler = await compilerFor(
|
| outputProvider: outputProvider,
|
| // TODO(johnniwinther): Use [verbose] to avoid showing diagnostics.
|
| options: ['--out=$targetUri', '--source-map=$sourceMapFileUri']
|
|
|