| Index: pkg/front_end/lib/src/fasta/run.dart
|
| diff --git a/pkg/front_end/lib/src/fasta/run.dart b/pkg/front_end/lib/src/fasta/run.dart
|
| index 28fb6d3c4151b34e68f8f1288e250da06b913ff5..28eb6be8aa2de8ded0ee69539633aa8664a56123 100644
|
| --- a/pkg/front_end/lib/src/fasta/run.dart
|
| +++ b/pkg/front_end/lib/src/fasta/run.dart
|
| @@ -10,7 +10,7 @@ import 'dart:io' show stdout, exit, exitCode;
|
|
|
| import 'package:testing/testing.dart' show StdioProcess;
|
|
|
| -import 'testing/kernel_chain.dart' show computeDartVm, computePatchedSdk;
|
| +import 'patched_sdk_location.dart' show computeDartVm, computePatchedSdk;
|
|
|
| import 'compiler_context.dart' show CompilerContext;
|
|
|
|
|