| Index: pkg/front_end/lib/src/fasta/bin/outline.dart
|
| diff --git a/pkg/front_end/lib/src/fasta/bin/outline.dart b/pkg/front_end/lib/src/fasta/bin/outline.dart
|
| index faa54a75f487c378dd64566c7e2c001b35e9b67e..00b847dbda245ebc0892b939ff5c84ffd057c1b8 100644
|
| --- a/pkg/front_end/lib/src/fasta/bin/outline.dart
|
| +++ b/pkg/front_end/lib/src/fasta/bin/outline.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/outline.dart' as outline;
|
| +import '../outline.dart' as outline;
|
|
|
| const int iterations = const int.fromEnvironment("iterations", defaultValue: 1);
|
|
|
|
|