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

Unified Diff: pkg/front_end/test/fasta/bootstrap_test.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/lib/src/fasta/README.md ('k') | pkg/front_end/test/fasta/testing.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/test/fasta/bootstrap_test.dart
diff --git a/pkg/front_end/test/fasta/bootstrap_test.dart b/pkg/front_end/test/fasta/bootstrap_test.dart
index a5ba270fcd88a2096c93da29d7b1f1c6bae2b31c..b2b221ec290f8913ead8a11296ca8e4b81cd5dda 100644
--- a/pkg/front_end/test/fasta/bootstrap_test.dart
+++ b/pkg/front_end/test/fasta/bootstrap_test.dart
@@ -24,8 +24,8 @@ import 'package:kernel/text/ast_to_text.dart' show programToString;
Future main() async {
asyncStart();
Uri sourceCompiler =
- Uri.base.resolve("pkg/front_end/tool/fasta/compile.dart");
- Uri outline = Uri.base.resolve("pkg/front_end/tool/fasta/outline.dart");
+ Uri.base.resolve("pkg/front_end/tool/_fasta/compile.dart");
+ Uri outline = Uri.base.resolve("pkg/front_end/tool/_fasta/outline.dart");
Uri packages = await Isolate.packageConfig;
Directory tmp = await Directory.systemTemp.createTemp("fasta_bootstrap");
Uri compiledOnceOutput = tmp.uri.resolve("fasta1.dill");
« no previous file with comments | « pkg/front_end/lib/src/fasta/README.md ('k') | pkg/front_end/test/fasta/testing.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698