Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(714)

Unified Diff: pkg/front_end/tool/_fasta/abcompile.dart

Issue 2740323002: Shell script to ease running fasta tools. (Closed)
Patch Set: Update testing.json. Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/front_end/test/fasta/testing.json ('k') | pkg/front_end/tool/_fasta/analyzer_compile.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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');
« no previous file with comments | « pkg/front_end/test/fasta/testing.json ('k') | pkg/front_end/tool/_fasta/analyzer_compile.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698