| Index: tests/compiler/dart2js/incremental/compile_all.dart
|
| diff --git a/tests/compiler/dart2js/incremental/compile_all.dart b/tests/compiler/dart2js/incremental/compile_all.dart
|
| index a89ec3249f124286e6b6ef3dbbd02cd63eebf98c..9d620615db2d6e40bfe6e7830d16f647934c11c1 100644
|
| --- a/tests/compiler/dart2js/incremental/compile_all.dart
|
| +++ b/tests/compiler/dart2js/incremental/compile_all.dart
|
| @@ -18,7 +18,7 @@ import 'package:compiler/src/source_file_provider.dart' show
|
| FormattingDiagnosticHandler;
|
|
|
| import '../memory_source_file_helper.dart' show
|
| - Compiler;
|
| + CompilerImpl;
|
|
|
| import '../memory_compiler.dart' show
|
| compilerFor;
|
| @@ -43,7 +43,7 @@ void compileTests(Map<String, String> sources) {
|
| int testCount = 0;
|
| int skipCount = 0;
|
| Set<String> crashes = new Set<String>();
|
| - Compiler memoryCompiler = compilerFor(memorySourceFiles: sources);
|
| + CompilerImpl memoryCompiler = compilerFor(memorySourceFiles: sources);
|
| FormattingDiagnosticHandler handler = memoryCompiler.handler;
|
| handler.verbose = verbose;
|
| var options = ['--analyze-main'];
|
|
|