| Index: tools/testing/dart/compiler_configuration.dart
|
| diff --git a/tools/testing/dart/compiler_configuration.dart b/tools/testing/dart/compiler_configuration.dart
|
| index 69fb0db75ae802434e90b809ab4e4127d083a607..4b5be7d19e9a3911d971ee5d6734e9be0cda6277 100644
|
| --- a/tools/testing/dart/compiler_configuration.dart
|
| +++ b/tools/testing/dart/compiler_configuration.dart
|
| @@ -223,7 +223,7 @@ class NoneCompilerConfiguration extends CompilerConfiguration {
|
| CommandArtifact artifact) {
|
| List<String> args = [];
|
| if (useDFEIsolate) {
|
| - args.add('--dfe=runtime/tools/kernel-service.dart');
|
| + args.add('--dfe=utils/kernel-service/kernel-service.dart');
|
| }
|
| if (isChecked) {
|
| args.add('--enable_asserts');
|
|
|