| Index: pkg/front_end/lib/src/fasta/bin/compile_platform.dart
|
| diff --git a/pkg/front_end/lib/src/fasta/bin/compile_platform.dart b/pkg/front_end/lib/src/fasta/bin/compile_platform.dart
|
| index 93205c4545e3975e71d6c14624e9581ab98bca22..7654a747998d7dff5c59af396b14b5c3d969868e 100644
|
| --- a/pkg/front_end/lib/src/fasta/bin/compile_platform.dart
|
| +++ b/pkg/front_end/lib/src/fasta/bin/compile_platform.dart
|
| @@ -2,7 +2,7 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -import 'package:front_end/src/fasta/compile_platform.dart' as compile_platform;
|
| +import '../compile_platform.dart' as compile_platform;
|
|
|
| const int iterations = const int.fromEnvironment("iterations", defaultValue: 1);
|
|
|
|
|