| 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 9d620615db2d6e40bfe6e7830d16f647934c11c1..fb22d152a2dc4efa64183efa4284bc24e63886d3 100644
|
| --- a/tests/compiler/dart2js/incremental/compile_all.dart
|
| +++ b/tests/compiler/dart2js/incremental/compile_all.dart
|
| @@ -53,7 +53,7 @@ void compileTests(Map<String, String> sources) {
|
| inputProvider: memoryCompiler.provider,
|
| outputProvider: memoryCompiler.userOutputProvider,
|
| diagnosticHandler: memoryCompiler.handler,
|
| - packageRoot: memoryCompiler.packageRoot,
|
| + packageRoot: memoryCompiler.options.packageRoot,
|
| options: options);
|
| Future.forEach(sources.keys, (String path) {
|
| UserTag.defaultTag.makeCurrent();
|
|
|