| Index: pkg/front_end/tool/_fasta/abcompile.dart
|
| diff --git a/pkg/front_end/tool/fasta/abcompile.dart b/pkg/front_end/tool/_fasta/abcompile.dart
|
| similarity index 99%
|
| rename from pkg/front_end/tool/fasta/abcompile.dart
|
| rename to pkg/front_end/tool/_fasta/abcompile.dart
|
| index 0e54f89d191c58253b5629d2357519afeba61db0..b419d29197c0cdda8abb13df5da68fbf72745fb3 100644
|
| --- a/pkg/front_end/tool/fasta/abcompile.dart
|
| +++ b/pkg/front_end/tool/_fasta/abcompile.dart
|
| @@ -33,7 +33,7 @@ main(List<String> args) async {
|
| Uri bRoot = new Uri.directory(bRootPath);
|
|
|
| // Sanity check
|
| - String relPath = 'pkg/front_end/tool/fasta/compile.dart';
|
| + String relPath = 'pkg/front_end/tool/_fasta/compile.dart';
|
| Uri aCompile = aRoot.resolve(relPath);
|
| if (!new File(aCompile.toFilePath()).existsSync()) {
|
| print('Failed to find $aCompile');
|
|
|