| 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 ea41d2c076539f59d9a8514c060f2b71e90ac123..a89ec3249f124286e6b6ef3dbbd02cd63eebf98c 100644
|
| --- a/tests/compiler/dart2js/incremental/compile_all.dart
|
| +++ b/tests/compiler/dart2js/incremental/compile_all.dart
|
| @@ -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(sources);
|
| + Compiler memoryCompiler = compilerFor(memorySourceFiles: sources);
|
| FormattingDiagnosticHandler handler = memoryCompiler.handler;
|
| handler.verbose = verbose;
|
| var options = ['--analyze-main'];
|
|
|